There are two minor issues with the React Router generator template #7329
NiButCrazy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
RouteComponentshould be changed to_RouteComponentto resolve ambiguity and avoid the following warning fromeslint-plugin-react-hooks:<React.Fragment>should be abbreviated to<></>to avoid the unnecessary importimport * as React from ‘react’, and because it looks cleaner and is more commonly used.All reactions