Describe the bug
After changing a story the page reloads and I get following message in the browser console
[HMR] The following modules couldn't be hot updated: (Full reload needed)
This is usually because the modules which have changed (and their parents) do not know how to hot reload themselves. See https://webpack.js.org/concepts/hot-module-replacement/ for more details.
To Reproduce
- Fresh install of storybook 6 react with npx sb@next init --type react
- Go to the button story
- Change something inside 'stories/Button.stories.js'
Primary.args = {
...
label: 'Button',
};
Expected behavior
A hot reload without page reload
Screenshots

System:
Please paste the results of npx -p @storybook/cli@next sb info here.
Environment Info:
System:
OS: Linux 5.4 Pop!_OS 20.04 LTS
CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
Binaries:
Node: 10.19.0 - /usr/bin/node
Yarn: 1.22.4 - ~/.npm-global/bin/yarn
npm: 6.14.4 - /usr/bin/npm
Browsers:
Chrome: 83.0.4103.116
Firefox: 78.0.1
npmPackages:
@storybook/addon-actions: ^6.0.0-rc.9 => 6.0.0-rc.9
@storybook/addon-essentials: ^6.0.0-rc.9 => 6.0.0-rc.9
@storybook/addon-links: ^6.0.0-rc.9 => 6.0.0-rc.9
@storybook/react: ^6.0.0-rc.9 => 6.0.0-rc.9
Describe the bug
After changing a story the page reloads and I get following message in the browser console
To Reproduce
Expected behavior
A hot reload without page reload
Screenshots

System:
Please paste the results of
npx -p @storybook/cli@next sb infohere.