Replies: 1 comment
-
Thank @lmcglynn for taking the time to write this issue and try the library. I also tried quickly creating a new codesandbox with react and adding DragSelect, which works fine. So I guess this is not happening anymore? What would be most helpful would be a codesandbox that reproduces the issue. Thank you ❤️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently working on a GUI that requires drag-selection functionality and decided to try to use this package due to its detailed documentation. However, when I installed it into my React JS app (using Node v14) using
yarn add dragselect
and thenyarn start
, this package caused the compile error as seen in the attached screenshot.I have already found this discussion and have tried nearly all of the suggested fixes but the error has not changed or gone away. I was wondering if anyone else has run into this issue with this package in particular and if they were able to work around it. Any help is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions