Hey, Im trying to use Swapy in my nextjs app and i encounter this error:
swapy.js:2888 Uncaught TypeError: Cannot read properties of undefined (reading 'element')
at ae.eval [as setup] (swapy.js:2888:88)
at ae.init (swapy.js:344:50)
at eval (swapy.js:2535:9)
at Array.forEach (<anonymous>)
at Tt.update (swapy.js:2534:74)
at Tt.tick (swapy.js:2506:122)
Hey, Im trying to use Swapy in my nextjs app and i encounter this error:
Here is my code:
What do i do? Thank you