twitter-clone icon indicating copy to clipboard operation
twitter-clone copied to clipboard

`useBody()` and `useCookie()` are no longer supported in server side.

Open Achraffawzi opened this issue 2 years ago • 0 comments

new syntax: const body = await readBody(event); const cookies = parseCookies(event);

Achraffawzi avatar Apr 03 '23 12:04 Achraffawzi