Add `result.query` and `result.identityPath`
Roughly...
/** parse url query */
query: { [k: string]: string };
/** a formatted string representation of the path, can be used in React.memo or shouldComponentUpdate */
identityPath: string;Roughly...
/** parse url query */
query: { [k: string]: string };
/** a formatted string representation of the path, can be used in React.memo or shouldComponentUpdate */
identityPath: string;