I'm trying to run this in nextjs but getting "document is not defined" for your two container example
https://github.com/jpribyl/react-hook-dragula/blob/main/example/src/examples/TwoContainerExample.tsx
in the terminal
error - ReferenceError: document is not defined
in console
test:1 GET https://localhost:3000/test 500 (Internal Server Error)
There are no compilation errors. What needs to be adjusted?
I'm trying to run this in nextjs but getting "document is not defined" for your two container example
https://github.com/jpribyl/react-hook-dragula/blob/main/example/src/examples/TwoContainerExample.tsx
in the terminal
in console
There are no compilation errors. What needs to be adjusted?