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
What's the purpose of the options.sameSite branch of ternary in serialize?
When options.priority is not a string, it will use options.sameSite. There's no overlap in the types between the two, so we'd hit the default and throw. Was there meant to be overlap or is this a typo?
What's the purpose of the
options.sameSite
branch of ternary in serialize?When
options.priority
is not a string, it will useoptions.sameSite
. There's no overlap in the types between the two, so we'd hit the default and throw. Was there meant to be overlap or is this a typo?cookie/src/index.ts
Line 314 in 408c2b4
The text was updated successfully, but these errors were encountered: