Stephen Swetonic
Stephen Swetonic
> Okay, I found out how it's done. You can use global to manipulate the style of child components: > > ``` > .parent :global(.childClass) { > color: red; >...
I've had the same issue, I believe I had to add this to vite.config.ts. ```js optimizeDeps: { exclude: ["@ffmpeg/ffmpeg", "@ffmpeg/util"], }, server: { headers: { "Cross-Origin-Opener-Policy": "same-origin", "Cross-Origin-Embedder-Policy": "require-corp", },...
I believe the issue is with onnxruntime itself and is still not resolved. I'm going to try x86 for now.