You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...and match the route against path /hello. Then matcher returns params as following: { foo: hello, bar: undefined }. But those params doesn't comply with DefaultParams definition. So I think it should be:
Wouter export types:
Let's use dynamic segment in the path, eg:
...and match the route against path
/hello
. Then matcher returns params as following:{ foo: hello, bar: undefined }
. But those params doesn't comply withDefaultParams
definition. So I think it should be:The text was updated successfully, but these errors were encountered: