burkeholland / simple-react-snippets

Simple React Snippets for VS Code that you will actually use
212 stars 83 forks source link

feat: Add 'sfc' for Typescript #77

Closed moraesvic closed 2 years ago

moraesvic commented 2 years ago

As reported in Issue #74, sfc (Stateless Functional Component: Arrow Function) was not working for Typescript. The JSON fragment for Javascript was copied to the Typescript file and it now works

This was tested in Extension Development Host for VSCode