#Storybook deprecation messages?
24 messages · Page 1 of 1 (latest)
Only custom addon i have is msw-storybook-addon cc @ruby glen ?
Source of the messages is this: https://github.com/storybookjs/storybook/blob/6bbbd405397b21bba56ad26160a4572b25145aec/code/lib/manager-api/src/modules/stories.ts#L550
Hm, yeah it sure would be useful to know where that is coming from, wouldn't it?
Yeah, just tried stepping through the code in the devtools debugger
but i couldn't see any actual end-user kind of code
@dapper mesa any ideas perhaps?
Maybe do a search through your node_modules?
for storiesHash?
yeah
You have to uncheck this
looks like msw-storybook-addon is the culprit @ruby glen
probably because the addon still uses storybook 6
so i guess i'm stuck with the messages until 7 is out and the msw addon can be upgraded
@manic perch thanks for the help 🙂
I see there is https://github.com/mswjs/msw-storybook-addon/issues/95 in the addon.
I'll work on it as soon as I can
@ruby glen msw-storybook-addon also doesn't seem to survive a reload very gracefully: after a forced page reload, msw works great; but when webpack reloads, msw no longer intercepts the /api/entities/0 backend call.
could you file an issue on the repo? I'm not sure if that's an addon or a MSW issue
sure
The scenario: This is with @storybook/[email protected], [email protected]@0.49.3` Force reload (or restart storybook): msw intercepts the backend call fine; every...