Skip to content

Add `result.query` and `result.identityPath`

Choose a tag to compare

@chenyong chenyong released this 28 Apr 08:06
· 116 commits to master since this release

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;