We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I really don't know what is going on when I upgrade my packages. Then I get this error
ERROR in ./node_modules/is-map/index.js Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: node_modules\is-map\index.js: 'return' outside of function (12:1)
The text was updated successfully, but these errors were encountered:
return is perfectly valid at the top level of any CJS module; are you using some kind of bundler that isn't properly wrapping CJS modules?
return
Sorry, something went wrong.
I think this might be due to a Storybook bug. Investigating now.
4f9eeee
No branches or pull requests
I really don't know what is going on when I upgrade my packages. Then I get this error
The text was updated successfully, but these errors were encountered: