We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does anyone have a solution for ?
Type 'typeof Home' is not assignable to type 'ComponentType<RouteComponentProps<any, StaticContext, unknown>> | ComponentType<any> | undefined'. TS2769 137 | <div className="container mt-3"> 138 | <Switch> > 139 | <Route exact path={["/", "/home"]} component={Home} />
The text was updated successfully, but these errors were encountered:
#12
Sorry, something went wrong.
No branches or pull requests
Does anyone have a solution for ?
The text was updated successfully, but these errors were encountered: