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
When using the new JSX transform, we should disable the “jsx uses react” ESLint rule. Otherwise you can’t remove the React import — which is one of the points of the new transform.
We should verify that our default template works without the React import in App.js, including the test environment.
The text was updated successfully, but these errors were encountered:
When using the new JSX transform, we should disable the “jsx uses react” ESLint rule. Otherwise you can’t remove the React import — which is one of the points of the new transform.
We should verify that our default template works without the React import in App.js, including the test environment.
The text was updated successfully, but these errors were encountered: