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
Was that change intentional? I can't see anything about it in the release notes and the docs still say that:
Note that keys with undefined as the value are always skipped.
And if that's true, are we expecting to be passed back keys with undefined values from parsing while passing in null values for keys with don't have a value?
The text was updated successfully, but these errors were encountered:
Prior to c2ab7cd ("Require Node.js 14 and move to ESM"),
ParsedQueryString
was defined as:But that patch made it
Was that change intentional? I can't see anything about it in the release notes and the docs still say that:
And if that's true, are we expecting to be passed back keys with
undefined
values from parsing while passing innull
values for keys with don't have a value?The text was updated successfully, but these errors were encountered: