Hello and thanks for this project!
I think I found a bug. Calling route.push() or route.replace() in a listener doesn't update the URL. Here's a reproduction: https://codesandbox.io/s/type-route-recursive-sslew6?file=/index.ts
Usage:
- Open link
- Open console and note the URL of the preview
- Click on "User List" link
- Note the correct console messages and correct rendering but incorrect URL, which doesn't change from
page=1 to page=100.
Thanks!
Hello and thanks for this project!
I think I found a bug. Calling
route.push()orroute.replace()in a listener doesn't update the URL. Here's a reproduction: https://codesandbox.io/s/type-route-recursive-sslew6?file=/index.tsUsage:
page=1topage=100.Thanks!