Haja Rasoahaingo
Haja Rasoahaingo
I have the same issue, it's related to https://github.com/vercel/next.js/pull/41526 in [packages/next/server/web/spec-extension/cookies/response-cookies.ts](https://github.com/vercel/next.js/pull/41526/files#diff-c8f268758a032861159a8251548a886cb07a9731b598f3551aae83d29c1186b4R36) ```js const headers = this._headers.getAll('set-cookie') ``` How should we now instantiate a new ```NextResponse``` ?
@balazsorban44 as you introduced that breaking change, what is your recommendation to use ```NextResponse``` outside edge functions ?
@jeffposnick I think the `navigateFallback` should be used on offline mode only. Now even on online mode the app gets pre-filed by `/shell`, this is bad when we already have...
@SukkaW why should we add all these overload types for ```StyleFn``` when the source only contains this ? ```ts export type StyledFn = { ( component: T, style: StyleObject |...
Did not test on production, but this is working for me on local: Install `tsconfig-paths` Then in `tsconfig.json`: ```json "ts-node": { "require": ["tsconfig-paths/register"], "compilerOptions": { "module": "commonjs" } } ```
I just installed it today and I have the same warning: ``` WARNING in ./node_modules/yargs/lib/parser.js app_1 | [0] 359:21-48 Critical dependency: the request of a dependency is an expression ```...
Is relay still worth it with server components ? I mean context does not work on server (all the relay hooks won't work) so have to send everything on the...
Hi, any news on this ?
great, thanks !
Yes I have a similar use case