♫
📌 canary ▾
next.js
/
packages
/
next-codemod
/
transforms
/
__testfixtures__
/
next-async-request-api-dynamic-apis
/
async-api-13.input.js
async-api-13.input.js
6 lines
102 B
import
{ headers }
from
"next/headers"
;
async
function
MyComponent
() {
callSomething
(
headers
());
}
v2.0.0
/
Go
SIGN IN