react-starter
react-starter copied to clipboard
React Router injected `query` prop
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?