Closed
Description
Describe the bug
Getting this error in a Next.js application since v5 was released:
error - ./node_modules/react-sortablejs/dist/index.es.js
Attempted import error: 'MultiDrag' is not exported from 'sortablejs'.
Information
This is required. Issues without this critical information will be closed.
Versions:
react-sortable = ^5.0.4
react = 16.13.1
The only thing that works for me is freezing react-sortable version to 2.0.11
exactly.