-
-
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
Docs tab breaks in alpha 6.5.0-alpha.64 and 6.5.0-beta.0 #18027
Comments
I believe that the warning message:
Began before the change to use react 18, I've seen it in some of the older alphas. Similarly, there's still a call to the legacy react-dom that I guess hasn't been fixed yet. #10543 (comment). The vite builder docs pages in the react-18 example work okay when updating to the beta, so I'll need to take a look at your repro, thanks for providing it. |
The error you're seeing seems to be due to a broken transitive dependency, though I can't tell which one. When I remove |
You can provide me a copy of this repo or something? |
Sure, it's https://github.com/storybookjs/builder-vite. There is a directory called |
Describe the bug
Doc tab does not work in alpha
To Reproduce
Can use this repo with Vite Builder and React 18
https://github.com/Stunext/docsBug
Additional context
Still:
And:
Sometimes:
The text was updated successfully, but these errors were encountered: