Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Current Behavior Storybook 7 requires `react` and `react-dom` to be installed as they are peer deps of the storybook package. Storybook 8 does not require these deps to be installed as they are now bundled correctly into storybook ## Expected Behavior When user's version of storybook < 8, install `react` and `react-dom`, otherwise, do not. ## Related Issue(s) Fixes #29213 (cherry picked from commit 51cf34f)
- Loading branch information