Justin Smith

Results 15 comments of Justin Smith

@IanVS may be this could work for older versions of Storybook that use webpack 4? https://github.com/webpack/webpack/issues/5087#issuecomment-1157689388

I've looked at this today and I'm starting to think that it might be an unsolvable problem and that the best way to avoid it for now is just not...

I eventually worked around this by installing the two Storybook projects separately. My `package.json` ended up looking like this: ```json "scripts": { "clean:deps": "rm -rf pnpm-lock.yaml node_modules && pnpm -r...

@IanVS given that this issue probably doesn't have an official solution, at least not without upgrading older versions of Storybook or at least using them with Webpack5, but that it...

Indeed. It's because of this: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes You need to listen for a user interaction before you set the `playStatus` to `Sound.status.PLAYING`