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
{{ message }}
This repository was archived by the owner on May 20, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
React@17 doesn't require that import React from "react" is in each JSX file. Additionally, app-web|mobile have listing rules that warn about the unused import.
Describe the solution you'd like
Let's remove import React from "react" from the templates.
Additional context
This may only apply to cremalab/app-web at the moment, but we should check to see what state cremalab/app-mobile is in—which version of React it currently depends on.