I'm having trouble accessing the query property which React Router [normally injects](https://rackt.github.io/react-router/#Route Handler) into a Route Handler.
I see in the examples how params can be passed into the static getProps method. But where can the query be accessed?
I'm having trouble accessing the
queryproperty which React Router [normally injects](https://rackt.github.io/react-router/#Route Handler) into a Route Handler.I see in the examples how
paramscan be passed into the staticgetPropsmethod. But where can thequerybe accessed?