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

Query string parameters are stripped from url #130

Closed benox3 closed 8 years ago

benox3 commented 8 years ago

Query string parameter is stripped before reaching react-router.

this.props.location.query is returning an empty object on server side.