You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-dom is required as a peer dependency for React Native projects. As most apps won't have it already, getstorybook should add it to the devDependencies if it doesn't already exist.
The current workaround is to simply run yarn add --dev react-dom@^15.5.4 after getstorybook.
The text was updated successfully, but these errors were encountered:
react-dom
is required as a peer dependency for React Native projects. As most apps won't have it already,getstorybook
should add it to the devDependencies if it doesn't already exist.The current workaround is to simply run
yarn add --dev react-dom@^15.5.4
aftergetstorybook
.The text was updated successfully, but these errors were encountered: