You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm receiving a TypeError: Cannot read properties of undefined (reading 'mocks') at wrapper (http://localhost:6006/node_modules/.vite-storybook/deps/storybook-addon-fetch-mock_dist_esm_preset_preview_js.js?v=575b72cc:16942:25) at http://localhost:6006/node_modules/.vite-storybook/deps/chunk-S7NSPHG3.js?v=575b72cc:253:18 at http://localhost:6006/node_modules/.vite-storybook/deps/chunk-S7NSPHG3.js?v=575b72cc:264:30 at http://localhost:6006/node_modules/.vite-storybook/deps/chunk-S7NSPHG3.js?v=575b72cc:397:21 at http://localhost:6006/node_modules/.vite-storybook/deps/chunk-35DAGYIM.js?v=575b72cc:64:28 at http://localhost:6006/node_modules/.vite-storybook/deps/chunk-S7NSPHG3.js?v=575b72cc:716:24 at unboundStoryFn2 (http://localhost:6006/node_modules/.vite-storybook/deps/chunk-I64IIC24.js?v=575b72cc:1305:12) at storyFn (http://localhost:6006/node_modules/.vite-storybook/deps/chunk-MNAJJFM2.js?v=575b72cc:438:28) at PreviewWeb2.renderToDOM (http://localhost:6006/node_modules/.vite-storybook/deps/chunk-35DAGYIM.js?v=575b72cc:119:17) at StoryRender2.renderToScreen (http://localhost:6006/node_modules/.vite-storybook/deps/chunk-MNAJJFM2.js?v=575b72cc:2752:45) on stories that are not even using mocks.
The text was updated successfully, but these errors were encountered:
I'm receiving a
TypeError: Cannot read properties of undefined (reading 'mocks') at wrapper (http://localhost:6006/node_modules/.vite-storybook/deps/storybook-addon-fetch-mock_dist_esm_preset_preview_js.js?v=575b72cc:16942:25) at http://localhost:6006/node_modules/.vite-storybook/deps/chunk-S7NSPHG3.js?v=575b72cc:253:18 at http://localhost:6006/node_modules/.vite-storybook/deps/chunk-S7NSPHG3.js?v=575b72cc:264:30 at http://localhost:6006/node_modules/.vite-storybook/deps/chunk-S7NSPHG3.js?v=575b72cc:397:21 at http://localhost:6006/node_modules/.vite-storybook/deps/chunk-35DAGYIM.js?v=575b72cc:64:28 at http://localhost:6006/node_modules/.vite-storybook/deps/chunk-S7NSPHG3.js?v=575b72cc:716:24 at unboundStoryFn2 (http://localhost:6006/node_modules/.vite-storybook/deps/chunk-I64IIC24.js?v=575b72cc:1305:12) at storyFn (http://localhost:6006/node_modules/.vite-storybook/deps/chunk-MNAJJFM2.js?v=575b72cc:438:28) at PreviewWeb2.renderToDOM (http://localhost:6006/node_modules/.vite-storybook/deps/chunk-35DAGYIM.js?v=575b72cc:119:17) at StoryRender2.renderToScreen (http://localhost:6006/node_modules/.vite-storybook/deps/chunk-MNAJJFM2.js?v=575b72cc:2752:45)
on stories that are not even using mocks.The text was updated successfully, but these errors were encountered: