r5n-dev / vscode-react-javascript-snippets

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

Remove React import from snippets #166

Closed dantman closed 3 years ago

dantman commented 3 years ago

Imports like rafc(e) include an import React from 'react';.

Current react transforms (both Babel and TypeScript) no longer expect React to be in scope and auto-import the new export from react that they need.

imr already includes this line if you absolutely need it.

ice-chillios commented 3 years ago

Duplication of #153