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
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Let say we have this URL:
http://localhost:3002?category=big+carWith last version of Hyper-router:
Then when catching
location.query[:category]we got the result:big+carWith the old version of Reactrb-router:
Then when catching
location.query[:category]we got the result:big carDon't know which one is the good standard.