Describe the bug
Watch mode (aka live reload) is broken for me. My setup: macOS 12.6.3, Node v16.14.0. When I change the code, Storybook in browser doesn't show the change.
Maintainers' notes: the issue is not with build:watch in the addon-kit but with the lack of HMR for manager code in Storybook itself.
Steps to reproduce the behavior
- Clone this repo on macOS 12.6.3, Node v16.14.0.
- Run
yarn install
- Run
yarn start
- Change any displayable value in
src/Tool.tsx
- Save file
- Elevator music playing
- Nothing is changed in browser.
Expected behavior
Changes in the code are reflected in running Storybook instance without reloading Storybook manually.
Environment
- OS: macOS 12.6.3
- Node.js version: v16.14.0
- NPM version: 9.2.0
- Browser (if applicable): chrome, safari, firefox
- Browser version (if applicable): n/a
- Device (if applicable): MacBook Pro 2015
Additional context
No other context. Thanks for your work, colleagues.