You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, Any reason why queryString.parseUrl() parses a query param with the value null as null and not the string "null"? Heres an output we get when using the function:
We expect values to parse to null only when they have the key (no =) format, not if the string value is also "null"
The text was updated successfully, but these errors were encountered:
Hey, Any reason why
queryString.parseUrl()
parses a query param with the value null asnull
and not the string "null"? Heres an output we get when using the function:We expect values to parse to null only when they have the
key
(no =) format, not if the string value is also "null"The text was updated successfully, but these errors were encountered: