-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic setup with create-react-app does not display markdown documentation #1993
Comments
same here |
Displaying the examples can be fixed with the workaround described in #1910 (comment) But this still leaves the problem of hot module reloading not working |
@eya26 yes because it includes this workaround ThomasRoest/styleguidist-test@f11e7e0 |
For all who curious, after a few days of debugging, the following config (added to the workaround mentioned above) fixes hot reloading:
|
Current behavior
This very basic setup with create-react-app does not seem to work as expected. The component is found, but the markdown file isn't?
In the chrome devtools I do get the following HMR / webpack dev server message:
[HMR] Waiting for update signal from WDS...
To reproduce
The repo with example: https://github.com/ThomasRoest/styleguidist-test
Expected behavior
By default, it should also find and render the markdown examples.
Versions
create-react-app 5.0.0
react-styleguidist 11.2.0
The text was updated successfully, but these errors were encountered: