react-sortablejs
react-sortablejs copied to clipboard
[bug] SortableJS doesn't support classNames or cx?
Describe the bug I'm working on sortable cards with the user of this package but when it renders, my classes on the html tags are gone.
To Reproduce Steps to reproduce the behavior:
- Install classNames along with sortableJS.
- Create a list to sort and add two or more classnames with the use of the package.
- Apply some styles to the classes.
- View the inspector and it will not show the classes.
Expected behavior The designs should be the same as what you've placed on the styling.
Information
Versions - Look in your package.json for this information:
react-sortable = ^6.0.0
react = ^16.13.0