Open yannbf opened 14 hours ago
I don't think we want to upgrade any direct dependencies, as that would be a breaking change, at least if we did it in @storybook/addon-docs
or storybook
.
We also shouldn't upgrade devDependencies
in addons, and especially not addon-kit
, because the manager will still be using React 18, so the addons' React version is ignored. Meaning if you're building an addon with React 19 APIs, they won't work as soon as that addon is bundled into the manager at runtime.
Describe the bug
React 19 is currently at the RC stage. We should investigate all the changes that are needed to support it before release:
Reproduction link
-
Reproduction steps
No response
System
Additional context
No response