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
For being up to date we need to update storybook so we dont get security warnings and we can access the latests features.
The current version of storybook depends on a package called ip which has a vulnerability. There are no versions of ip without this problem; newer versions of storybook use a different package.
If you start getting this error [Bug]: SB_BUILDER-WEBPACK5_0003 (WebpackCompilationError)
Install babel bits here: storybookjs/storybook#26439 (comment)
Then if you get an issue with loaders: Module parse failed: Unexpected token (51:1) File was processed with these loaders: * ./node_modules/@storybook/preset-react-webpack/dist/loaders/react-docgen-loader.js You may need an additional loader to handle the result of these loaders.
add babel loader (here storybookjs/storybook#1493 (comment))
Goal
Have the latest storybook version without warnings
Tasks
Update storybook
Update storybook stories to match the version
The text was updated successfully, but these errors were encountered:
Description
For being up to date we need to update storybook so we dont get security warnings and we can access the latests features.
The current version of storybook depends on a package called
ip
which has a vulnerability. There are no versions ofip
without this problem; newer versions of storybook use a different package.If you start getting this error
[Bug]: SB_BUILDER-WEBPACK5_0003 (WebpackCompilationError)
Install babel bits here: storybookjs/storybook#26439 (comment)
Then if you get an issue with loaders:
Module parse failed: Unexpected token (51:1) File was processed with these loaders: * ./node_modules/@storybook/preset-react-webpack/dist/loaders/react-docgen-loader.js You may need an additional loader to handle the result of these loaders.
add babel loader (here storybookjs/storybook#1493 (comment))
Goal
Tasks
The text was updated successfully, but these errors were encountered: