Open
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.<anonymous> (main.js:910) at t (main.js:28) at Object.<anonymous> (main.js:1062) at t (main.js:28) at Object.<anonymous> (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?