Skip to content
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

feat: support href fragments and query strings better #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

colmbrady
Copy link

redux first router had no support for URL fragments and average support for query string params.
This change will provide more complete support allowing downstream applications to maintain state
across history navigation and browser reloads.

redux first router had no support for URL fragments and average support for query string params.
This change will provide more complete support allowing downstream applications to maintain state
across history navigation and browser reloads.
@@ -64,7 +64,7 @@
"flow-bin": "0.121.0",
"flow-copy-source": "2.0.9",
"husky": "4.2.3",
"jest": "25.1.0",
"jest": "23.6.0",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jest V24+ forces babel7 and this project still uses babel6. I downgraded to get tests working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant