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
Argument of type '{ path: string; }' is not assignable to parameter of type 'AstroCookieSetOptions'.
Type '{ path: string; }' is missing the following properties from type 'AstroCookieSetOptions': domain, expires, maxAge, httpOnly, and 3 more.ts(2345)
What's the expected result?
No typescript error is expected. This used to work in Astro 4.5
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
fails with
What's the expected result?
No typescript error is expected. This used to work in Astro 4.5
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-yaalmr?file=src%2Fpages%2Findex.astro
Participation
The text was updated successfully, but these errors were encountered: