♫
📌 canary ▾
next.js
/
packages
/
next-codemod
/
transforms
/
__testfixtures__
/
next-async-request-api-dynamic-apis
/
async-api-25.input.tsx
async-api-25.input.tsx
7 lines
103 B
import
{ cookies }
from
'next/headers'
export
function
myFunc
() {
const
c
=
cookies
()
cookies
()
}
v2.0.0
/
Go
SIGN IN