funkhaus / fuxt

A complete Headless WordPress tech stack built on Nuxt.
219 stars 28 forks source link

Hot reload not working in Storybook mode #83

Open drewbaker opened 9 months ago

drewbaker commented 9 months ago

When developing in Storybook, hot reload doesn't seem to work.

npm i
npm run storybook

Then edit a story or component and you'd expect to see the changes take effect without a page reload required.

Reported by @Sveb

drewbaker commented 9 months ago

This might be an issue with underlying Stroybook module... Perhaps it's solved with a version update... It's important to test any updates to storybook tho as it's very error-prone I've found.