You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially, I was surprised why I need to import React into module with my component even if I don't use this directly. Especially in module with functional component.
In my project I use awesome babel-plugin-react-require.
Initially, I was surprised why I need to import React into module with my component even if I don't use this directly. Especially in module with functional component.
This plugin solves that, it adds React import into any file with JSX expression, which makes your code more seamless.
Would you like to enable this plugin here as well?
The text was updated successfully, but these errors were encountered: