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
const compnent = ( <App context={context}> <Provider store={store}> <ConnectedRouter history={history}> {renderRoutes(routes, { ...data })} </ConnectedRouter> </Provider> </App> );
I used part of the pattern react-starter-kit, and I only have the first route in Swith
<Switch> <Route parth="/" component={Home} location={this.props.location} /> <Route parth="/login" component={Login} location={this.props.location} /> </Switch>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used part of the pattern react-starter-kit, and I only have the first route in Swith
The text was updated successfully, but these errors were encountered: