You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * @deprecated as of recent React versions, function components can no * longer be considered 'stateless'. Please use `FunctionComponent` instead. * * @see [React Hooks](https://reactjs.org/docs/hooks-intro.html) */typeSFC<P={}>=FunctionComponent<P>;
react-sortable-hoc/types/index.d.ts
Line 108 in caf3c4f
React.SFC is now deprecated
The text was updated successfully, but these errors were encountered: