-
-
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
[Bug]: Onboarding broken in SB8 #25288
Closed
shilman opened this issue
Dec 20, 2023
· 3 comments
· Fixed by storybookjs/addon-onboarding#81 or storybookjs/addon-onboarding#82
Closed
[Bug]: Onboarding broken in SB8 #25288
shilman opened this issue
Dec 20, 2023
· 3 comments
· Fixed by storybookjs/addon-onboarding#81 or storybookjs/addon-onboarding#82
Labels
Comments
There are two reasons for this failure, both unrelated to versions of React:
|
There is a fix proposed here: |
github-project-automation
bot
moved this from Ready for work
to Done
in Core Team Projects
Dec 29, 2023
Still broken. Reproduction: mkdir nextjs-empty
cd nextjs-empty
npx storybook@next init Finally, choose the NextJS option |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The onboarding addon fails to render properly and blocks user interaction. Probably due to some React version mismatch -- 8.0 manager UI is based on React18, 7.x is React16. Probably just need to create a
next
branch of the addon & externalize React on it? Or just bump a major?NOTE: This isn't an issue in 7.x.
To Reproduce
In an empty directory:
Then choose react-vite.
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: