clauderic / clauderic/react-sortable-hoc
SortableHandle dosn't work in IE11
Open
- Dominant language
- JavaScript
- Stars
- 10.9k
- Forks
- 959
- PR merge metrics
- No merged PRs in 30d
Description
...
import {ReactComponent as IconSort} from '~icons/action-sort.svg';
const ButtonIconSort = ({ onClick, ...props }) =>
const Drag = SortableHandle((props) => )
const SortableItem = SortableElement(({value}) =>
const SortableList = SortableContainer(({items}) => {
return (
{items.map((value, index) => (
))}
);
});
...
dosn't work in IE11
How to solve this problem?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.