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
Storybook is failing both in netlify and locally, probably due to the recent package version bumps?
The netlify error doesn't provide much information but building the storybook locally will return invalid hooks call errors for multiple stories
rolling back the package versions works as a temporary workaround (v5.1.9 seems to be the last known good version for us)
The text was updated successfully, but these errors were encountered:
@emyarod I vote we just specify a top-level resolutions like:
resolutions
"resolutions": { "react": "^16.9.0", "react-dom": "^16.9.0", "react-test-renderer": "^16.9.0" },
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Storybook is failing both in netlify and locally, probably due to the recent package version bumps?
The netlify error doesn't provide much information but building the storybook locally will return invalid hooks call errors for multiple stories
rolling back the package versions works as a temporary workaround (v5.1.9 seems to be the last known good version for us)
The text was updated successfully, but these errors were encountered: