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
/Users/sebas/mywebapp/node_modules/@kadira/storybook/dist/server/config.js:101
return value || loader.test.test('my_package.json');
^
TypeError: loader.test.test is not a function
We did a workaround to solve this for now, adding the Json loader as the first module loader:
In the case you have a custom Webpack configs with a test array instead of one regex, for example:
Storybook is giving a Type error:
We did a workaround to solve this for now, adding the Json loader as the first module loader:
I consider it as a bug.
Cheers.
The text was updated successfully, but these errors were encountered: