Victor Kmita
Victor Kmita
Figured out my specific issue. I ran into this exception when I didn't pass a ref into my custom drag handle components. ```ts {resizeHandle}} > ``` This ref parameter is...
I was able to resolve this issue by adding all dnd related packages to the experimental `transpilePackages` config https://beta.nextjs.org/docs/api-reference/next.config.js#transpilepackages. This is what I have, and it works! ```ts const nextConfig...
I've ran into this issue at well (Postgres) +1