paypal / react-engine

a composite render engine for universal (isomorphic) express apps to render both plain react views and react-router views
Apache License 2.0
1.45k stars 130 forks source link

Use path instead of pathname to ensure querystring is not stripped #131

Closed benox3 closed 8 years ago

benox3 commented 8 years ago

Resolves #130

samsel commented 8 years ago

@benox3 thanks!

samsel commented 8 years ago

published v3.1.0 with the change!

benox3 commented 8 years ago

@samsel great! Glad to help. Thanks for all your hard work on this project!