Noteverse
Noteverse
I used the version `@excalidraw/[email protected]`, looks like this issue is still there. However, I tried the nextjs 13 `Page Router` and this issue is gone, it's weird only nextjs `App...
Besides, selecting the shapes through the number key is still working, only selecting shaping via mouse click doesn't work under nextjs13 `App Router`.
Hey dear excalidraw maintainers, is there any clues on this issue? As nextjs 13 App Router is getting more popular, it may be super helpful to fix this bug for...
@theashishmaurya solution is correct, however if the web page still requires SharedArrayBuffer(e.g you are running something like WebContainers.io or WASI in the same page/URL), those HTTP headers are required, not...
I believe JSX and nested editor together have some issue to render complex markdown content, you can use Directive and nested editor to achieve the same thing, which works perfectly...