You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
<Props of={MyComponent} /> doesn’t render anything until I change and save the component‘s file. While this is annoying locally, it breaks the static build.
Happens with a clean npm project with only docs installed.
index.mdx:
importTestfrom"./Test.js";
import { Props } from"docz";
# Yay
lorem ipsum huhuhu
<Test>yay</Test>
<Propsof={Test} />