andreizanik / cookies-next

Getting, setting and removing cookies on both client and server with next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript Error : Object literal may only specify known properties, and 'sameSite' does not exist in type 'OptionsType'

a7medmo7med9 opened this issue · comments

how can i add this options

1

2

3

iam using
// @ts-ignore

it works for me
image
image

this option is contained in CookieSerializeOptions.

Can you show your package.json? May be a problem with the version of the package "cookie" or "@types/cookie"

I was getting this issue too cookies-next version 2.1.1

Screenshot 2022-11-18 at 11 22 03 am

Fixed by npm I -D @type/cookie