Bence Husi

Results 6 comments of Bence Husi

What is the solution here? I'm unable to use the library in a Next.js environment. ``` Server Error ReferenceError: self is not defined Object. file:///node_modules/wavesurfer.js/dist/wavesurfer.js (15:4) ``` @noslouch I don't...

Did not really work. Anyone who is looking for a Next.js solution, use the dynamic loader to load your component that contains the wavesurfer import: ``` import dynamic from 'next/dynamic'...

I also have this issue... is there any solution? My version is `"react-infinite-scroll-component": "^6.1.0"`. Thanks!

Same issue. Tried to migrate to 4.5.2 from 3.6.0. I am using the migration script as [described in the docs](https://docs.strapi.io/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.4.5-to-4.5.1.html). `Migration 2022.11.16T00.00.00.remove_duplicated_relationships.js (up) failed: Original error: DROP TABLE IF EXISTS...

Hmm, okay, I'll check how it is done elsewhere. I'll post an update when I got to it.

@volumio, fix is on [hotfix/imageErrorsMultiroom](https://github.com/volumio/Volumio2-UI/tree/hotfix/imageErrorsMultiroom). Let me know if that wouldn't work.