Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
React.StatelessComponent has been removed from the react types (see https://stackoverflow.com/questions/44375759/how-should-i-declare-a-stateless-functional-component-with-typescript-in-react) The current types trigger an error: ``` node_modules/react-sortable-hoc/types/index.d.ts:108:11 - error TS2694: Namespace 'React' has no exported member 'SFC'. 108 | React.SFC<P> ```
- Loading branch information