Open dzpt opened 2 years ago
i caught an error using hoc component like SortableContainer or SortableElement cannot be used as a JSX component.
SortableContainer
SortableElement
cannot be used as a JSX component.
├── @types/react-dom@17.0.17 ├── @types/react@17.0.48 ├── @vitejs/plugin-react@1.3.2 ├── react-dom@17.0.2 ├── react-sortable-hoc@2.0.0 ├── react@17.0.2 └── vite@2.9.15
i caught an error using hoc component like
SortableContainer
orSortableElement
cannot be used as a JSX component.