Topic: Sortable dont working
please help me does not work MDBSortable with React 17.0.1
The error I get in the console is as follows : "Unable to find node on an unmounted component."
Krzysztof Wilk staff answered 3 years ago
Hi!
Try to update your webpack.config.js
file as below:
resolve: {
extensions: ['.js', '.jsx', ".css", ".less"],
modules: [
path.join(__dirname, '../node_modules')
],
},
Keep coding!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 5.0.0
- Device: web
- Browser: chrome
- OS: window 10
- Provided sample code: No
- Provided link: No
Piotr Glejzer staff commented 4 years ago
We didn't update MDBSortable to React 17+
Elaheh commented 4 years ago
I updated the project to react 17 and need MDBSortable with react 17 It may be on the agenda ?
Piotr Glejzer staff commented 4 years ago
Do you have some console errors about that problem? I added task to change version to the latest version of React in the sortable plugin, but we don't have an ETA for that.
Elaheh commented 3 years ago
hi console errors is : "Uncaught Error: Unable to find node on an unmounted component
The above error occurred in the component: " please help me . my project is force . thank you