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
Forcing all .tsx/.jsx files to include React is cargo culting from
old versions of the JSX compiler which were merely performing
string substitution. Since React version 17 this isn't required
anymore and the unused React imports can be dropped.
0 commit comments