Make @storybook/[email protected] use React 17.0.2 as a dependency #19074
Unanswered
brickandcanvas
asked this question in
Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I am currently working on a React Native application, and we are using Storybook for our UI.
We need to use ffmpeg.wasm for our app, but SharedArrayBuffer doesnt work with [email protected] which Storybook/[email protected] uses as a dependency. Is it possible to to force @storybook/[email protected] to use React 17.0.2 so that we can use ffmpeg.wasm with storybook?
Beta Was this translation helpful? Give feedback.
All reactions