We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imports like rafc(e) include an import React from 'react';.
rafc(e)
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.
React
imr already includes this line if you absolutely need it.
imr
The text was updated successfully, but these errors were encountered:
Duplication of #153
Sorry, something went wrong.
No branches or pull requests
Imports like
rafc(e)
include animport 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.The text was updated successfully, but these errors were encountered: