clauderic / clauderic/react-sortable-hoc

SortableHandle dosn't work in IE11

Open
#741 0 comments 0 reactions 0 assignees View on GitHub
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}) =>

  • {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.

    Get new issues in your inbox

    A short digest of beginner-friendly GitHub issues.