Closed Morgan-jarry closed 1 year ago
What version were you updating from?
Sorry it was on the title. I was using Storybook 6.1.14
Did you try removing node_modules
and/or lockfiles and reinstalling? I'm not seeing anything in the changelog related to this.
Yes every time.
Do you have a repro repo you can share?
Unfortunately, I can't share the repo, but, I've found that the rerendering works very slowly. I have to wait ~20sec to see the update below:
Deleting node_modules/.cache
and restarting temporary fix it. In my case it breaks when saving multiple files. Once it breaks, it doesn't matter if I restart storybook, it will still be broken and deleting the cache is the only way to fix it.
Hi, have we identified any issues regarding this? Or is it already fixed in the latest updates? Cause I was using Storybook v6.1.21 and facing the exact same issue.
same problem here (6.3.0 -> 6.3.4) It keeps building and is very very slow. The project has only 10 stories
We’re cleaning house! Storybook has changed a lot since this issue was created and we don’t know if it’s still valid. Please open a new issue referencing this one if:
Describe the bug When I update a component or a stylesheet link to it, the hot module reload is not triggered.
To Reproduce Update a component by updating a prop, adding a classname, or whatever.
Expected behavior HMR should be trigger on every component update.
System