Skip to content

Commit

Permalink
Merge branch 'main' into iss-1049
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Feb 7, 2025
2 parents 740b7c8 + bec3950 commit 71008c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ const pathname = createMemo(() => parsePath(location.pathname));
| `search` | string | The query string part of the URL. |
| `hash` | string | The hash part of the URL, including the `#`. |
| `state` | any | Custom state passed from [`useNavigate`](/solid-router/reference/primitives/use-navigate) |
| `query` | string | Returns a store-like object containing all the query parameters of the URL. |
| `query` | object | Returns a store-like object containing all the query parameters of the URL. |

0 comments on commit 71008c6

Please sign in to comment.