-
-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
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
Does it support the automatic mode of react 17? #617
Comments
Hey @harxki 👋, |
@gregberge
The following is a template.
|
Try to upgrade every packages and to use the new templates API. In releases you will find details about it. |
💬 Questions and Help
In react 17, new transforms have been added.
In react 17, the
import React from "react"
declaration is no longer required. So in my project, I removed the import React from "react" declaration from the svgr template. Then I got the errorReact is not defined
.Is it possible that svgr does not support react 17?
The text was updated successfully, but these errors were encountered: