-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
why queryParams is undefined in server? #237
Comments
I hope this with FlowRouter SSR? |
This isn't just with SSR (although the bug you linked also exists). This happens if you have FastRender enabled on current version https://github.com/kadirahq/flow-router/blob/master/server/plugins/fast_render.js#L28 |
For that, I think we need a quick fix. On Tue, Aug 4, 2015 at 10:30 PM Jesse Rosenberger notifications@github.com
|
Okay. I just fixed this and did a release: |
Awesome. Works great. Thanks for the quick-fix. Assuming you'll leave this open for SSR? |
Yep. On Wed, Aug 5, 2015 at 3:41 PM Jesse Rosenberger notifications@github.com
|
Has this been fixed for SSR? When using queryParams with ReactLayout, I get an "Invalid Checksum" warning. I did some digging and turned out params are not available on server. |
It's not fixed yet. Will be soon. Within few days. |
Any updates on this issue? |
Check now. Published a new version: |
before I go to Kadira: flow-router everything worked fine
The text was updated successfully, but these errors were encountered: