47ng / nuqs

Type-safe search params state manager for React frameworks - Like useState, but stored in the URL query string.
https://nuqs.47ng.com
MIT License
4.86k stars 104 forks source link

Small typo in README #742

Closed keul closed 2 weeks ago

vercel[bot] commented 2 weeks ago

@keul is attempting to deploy a commit to the 47ng Team on Vercel.

A member of the Team first needs to authorize it.

franky47 commented 2 weeks ago

This isn't a typo, it's a TypeScript non-null assertion operator that says "I know getElementById can return null, but we have the HTML right here and it's there, so mark it as non-null".