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
The underlying "cookies" dependency had it's cookie name regex updated in this PR: jshttp/cookie#167. It removed "/" as a valid character in cookie names. Personally I'd consider this a breaking change, but it was not documented as such and released as part of 0.7.0 (https://github.com/jshttp/cookie/releases/tag/v0.7.0)
Hi,
I tried to set cookie with starting character "/", unfortunately its generating "TypeError: argument name is invalid".
CSB link - https://codesandbox.io/p/devbox/react-cookie-setcookie-issue-k8wc4x?file=%2Fapp%2Fpage.tsx%3A24%2C8
Am i missing something?
Thanks & kind regards,
The text was updated successfully, but these errors were encountered: