r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.72k stars 441 forks source link

Update ts-snippets.json to import ReactElement #94

Closed acco closed 4 years ago

acco commented 4 years ago

We need to add ReactElement to the import statement for snippets tsrfc and tsrfce.

acco commented 4 years ago

Beaten to it in #93 :)

FOSSforlife commented 4 years ago

If I'm not mistaken, I think function components should be typed as FunctionComponent instead of ReactElement. This is the guide I've been using. Thoughts?