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

Fix handling of query string in client bootstrap and universalRouter #129

Merged
merged 1 commit into from
Aug 20, 2015

Conversation

jmathews
Copy link

This PR fixes an error in the client side bootstrap (src/client.js) whereby the document.location.search was not parsed into a query string object before creating a new Location object. In addition it adds the route query string object to the universalRouter fetchData callback, in addition to the route params.

…eter to universalRouter fetchData callbacks
erikras added a commit that referenced this pull request Aug 20, 2015
Fix handling of query string in client bootstrap and universalRouter
@erikras erikras merged commit 51fe5fb into erikras:master Aug 20, 2015
@erikras
Copy link
Owner

erikras commented Aug 20, 2015

👍 Nice work.

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.

2 participants