Open symphony2014 opened 1 year ago
I am getting the error in the browser console while using Turborepo with Storybook vue3 vite. I installed and migrated via the CLI commands, but it was just a blank white page with an error in the console.
Same here with standalone angular (v17-lts) app after upgrading storybook from 8.2.9 to 8.3.0
Just hit for me too. "storybook": "^8.3.0"
Same with turborepo + nextjs
If you're hitting this error in 8.3, please try
@chromatic-com/storybook
to the latest
release
Describe the bug
I am trying to upgrade the storybook by : npx storybook@latest upgrade , and then run ng run plot3d:storybook the error was thrown:
here is my code, it works well in version 6.5.X:
I am trying to debug this issue, just found two react-dom versions were applied. when the debug tool is inspected version is: react-dom 16.14.0, and my installed version is react-dom 18.2.0
To Reproduce
No response
System
No response
Additional context
No response