This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
<Props /> only working after changes to file #893
Labels
Comments
@pedronauck here's a repo that reproduces this issue: Tested this on And on |
Related: #777 |
@klujanrosas,
|
Perfect! Number 2 in @ejuo 's comment worked for me :) Thanks so much |
@ejuo's comment worked for me in dev, but not for build. Super confused by this. |
Does this refer to |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
<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
:Test.js
:Expected behavior
Props table should render
Environment
The text was updated successfully, but these errors were encountered: