Skip to content
New issue

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

What I do wrong with example? #796

Closed
yurkimus opened this issue Mar 20, 2021 · 1 comment
Closed

What I do wrong with example? #796

yurkimus opened this issue Mar 20, 2021 · 1 comment

Comments

@yurkimus
Copy link

yurkimus commented Mar 20, 2021

Here is basic usage of found package: https://codesandbox.io/s/found-mn6sw

It doesn't work as expected, can someone help to explain what happened?

When app is started here is 404.

@taion
Copy link
Contributor

taion commented Mar 22, 2021

You need to add an empty "route" to make / match, like

    <Route path="/" Component={App}>
      <Route />
      <Route

See also #657.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants