-
Notifications
You must be signed in to change notification settings - Fork 48
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
How to get route params? #54
Comments
There's currently no support for url I know that |
FYI you can call |
@damonmaria is there a way to extract the currently active path (or a list of paths) from the router which I could give as a |
@ikatun |
If we use @withRouter we will receive "match" in props.
How can we get match.params from routingStore ?
The text was updated successfully, but these errors were encountered: