Returns an object containing values from the query state at mount time. Any values not present in the query state
are populated by the given default values.
Designed not to update from updates to the query state. For a live-updating version, see useQueryStateSync.
The identities of all arguments do not need to be stable and changes will not cause changes to the values returned.
Returns an object containing values from the query state at mount time. Any values not present in the query state are populated by the given default values.
Designed not to update from updates to the query state. For a live-updating version, see useQueryStateSync.
The identities of all arguments do not need to be stable and changes will not cause changes to the values returned.