Skip to content

Conversation

@suinkimme
Copy link

📝 Key Changes

The example in use-page-state-readability.md incorrectly passed an object to the useQueryParam setter:

_setCardId({ cardId }, "replaceIn");

This PR updates the example to use the correct usage:

_setCardId(cardId, "replaceIn");

This fixes misleading documentation and aligns the example with the expected API of useQueryParam.

🖼️ Before and After Comparison

Before After
_setCardId({ cardId }, "replaceIn"); _setCardId(cardId, "replaceIn");

@vercel
Copy link

vercel bot commented Nov 20, 2025

@suinkimme is attempting to deploy a commit to the Toss Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant