-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
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
Library upgrade of react-treebeard to 3.2.0 breaks storybook ui. #6492
Comments
What version of Storybook? |
@shilman we're seeing this break on Like @bbelmyers mentions, we solved by hoisting |
Thanks for the heads up. 🙏 I'll update 4.x this weekend! |
Can confirm - we had the same issue (which caused an empty storybook with that stack trace). Thanks a lot @piperchester and @shilman |
For anyone using Yarn, forcing // package.json
{
// <other package.json fields here>
"resolutions": {
"react-treebeard": "3.1.0"
}
} Then run |
Released: https://github.com/storybooks/storybook/releases/tag/v4.1.18 Closing -- please LMK if there are any problems with the release! |
I noticed the storybook hosted at https://blockchain.github.io/components/ fails to load. A quick search points to a transitive dependency issue described here: storybookjs/storybook#6492 Updating storybook to the latest minor version resolves the issue, at least locally for me.
I noticed the storybook hosted at https://blockchain.github.io/components/ fails to load. A quick search points to a transitive dependency issue described here: storybookjs/storybook#6492 Updating storybook to the latest minor version resolves the issue, at least locally for me.
I noticed the storybook hosted at https://blockchain.github.io/components/ fails to load. A quick search points to a transitive dependency issue described here: storybookjs/storybook#6492 Updating storybook to the latest minor version resolves the issue, at least locally for me.
Describe the bug
Running an upgrade on storybook upgrades react-treebeard dependency to 3.2.0, which breaks storybook/ui.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Storybook should start
Screenshots
.. blank screen
Code snippets
.. not applicable
System:
Additional context
Suggest either changing package.json from "^3.1.0" to "3.1.0" to prevent auto upgrade, OR, fix codebase to work with updated react-treebeard library.
Error:
The text was updated successfully, but these errors were encountered: