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
I just noticed while debugging that the Match has route and routes properties. Only routes is on the TS type. Was route meant to be part of the public API too? It is often the most useful part and having quick access to it rather than pulling out the last element from the routes array would be convenient.
The text was updated successfully, but these errors were encountered:
I just noticed while debugging that the
Match
hasroute
androutes
properties. Onlyroutes
is on the TS type. Wasroute
meant to be part of the public API too? It is often the most useful part and having quick access to it rather than pulling out the last element from theroutes
array would be convenient.The text was updated successfully, but these errors were encountered: