dopoto

Results 1 issues of dopoto

I'm using the following code to set a cookie on the client-side: ``` import { getCookie, setCookie } from 'cookies-next'; // v4.0.0 setCookie('cookieName', 'cookieValue'); ``` I then need to read...