Build Error due to React-konva in NextJs
So, I was creating a web app using Konva in Next.js, and I know Konva needs JavaScript to draw. So, I disabled SSR for it, and it is working correctly in development mode. However, when I build the app, it shows an error.
0 Replies