frontend-collective / frontend-collective/react-sortable-tree
Error in production enviroment
- Dominant language
- JavaScript
- Stars
- 5k
- Forks
- 914
- PR merge metrics
- No merged PRs in 30d
Description
I use Sortable-tree in my project, works fine in development enviroment, but after running `npm run build` I get the following error in the browser console:
`main.js:910 Uncaught TypeError: n is not a function
at Object. (main.js:910)
at t (main.js:28)
at Object. (main.js:1062)
at t (main.js:28)
at Object. (main.js:1029)
at t (main.js:28)
at main.js:82
at main.js:82
at main.js:2441
at Object../node_modules/react-sortable-tree/dist/main.js (main.js:2441)`

this only happen in production enviroment.

How can i fix that?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.