Matthias
Matthias
I'm still running into this error with React 18 and Next.js 13. Any timeline on when this is gonna be fixed? The referenced issue above with react-dnd seems to have...
Thanks for looking into this! I've tried the solution provided in the react-dnd issue referenced above here: https://github.com/react-dnd/react-dnd/issues/3416#issuecomment-1126159287 This lead to getting this error: ``` error - ./node_modules/@react-page/editor/lib/core/Provider/DndProvider.js:7:18 Module not...
I've tried importing with `import { default as Editor } from '@react-page/editor/lib-es'`, assuming this is the correct ESM version of this lib. But this gives me the new following error:...
Just in my own repo so far. Are you not able to reproduce this error?
I have been looking into this again, sadly with no luck so far. Sorry to be so pushy, but do you have any timeframe on when this is going to...
> @hmbrg at least the example project works with next13 without any problem (only some hydration errors), did you try to use the lastest nextjs version? (13.1.2) Sorry for the...
Have you found a temporary fix for this?
I'm also looking into this. Maybe it would be much simpler to use [this relatively new but simpler SQLite extension](https://github.com/JarkkoPar/sqlite-ndvss) and compile it for Android and iOS.
The SoundCloud api is using SoundManager2 to play the music via JS. You may just take a look at their documentation: http://www.schillmania.com/projects/soundmanager2/
Expo v52 now supports fetch streaming with the expo/fetch library: https://github.com/expo/expo/blob/main/packages/expo/src/winter/fetch/fetch.ts More context here: https://x.com/JI/status/1852021277944607161 Is there any easy way to overwrite the fetch function Langchain uses internally?