Robin
Robin
I'll do the german translation 👍
German done 👍
@maxsbelt I tried your approach but somehow it did not solve my issue. `TypeError: dispatcher.useSyncExternalStore is not a function` The overrides you posted cannot resolve `$scheduler` and `$react-reconciler` so I...
It was actually the suspense loading issue. I was using `next/dynamic` to dynamically load the PDF document component. Directly importing it solved the issue together with your overrides solution :)...
Did you solve this @AndrejB1 ? I am encountering the same problem right now.