burkeholland / simple-react-snippets

Simple React Snippets for VS Code that you will actually use
206 stars 84 forks source link

sfc snippet shows typescript warning - 'SFC' is deprecated #50

Closed burhanuday closed 3 years ago

burhanuday commented 3 years ago
@deprecated
as of recent React versions, function components can no longer be considered 'stateless'. Please use FunctionComponent instead.

Possible fix- Change React.SFC to React.FC in the snippet

burkeholland commented 3 years ago

This should be resolved