Jiachi Liu

Results 102 issues of Jiachi Liu

The package was marked as a pure ESM package, which could potential break some upstream packages if they're mixing it with CJS. If it's not fully bundled then it might...

### What Pass response status to response cache, and update when the new value is coming. Fixes #66540 Closes NEXT-3563 ### Why When 1st status is 404, the incoming status...

type: next
created-by: Next.js team
tests

Add deployment id for skew protection into RSC payload

type: next
created-by: Next.js team
tests

### What * Remove the unused props passed to `loading` * Only wrap the `Suspense` to dynamic component when necessary, no extra `Fragment` when it's not nessary

type: next
created-by: Next.js team

If export `./a` has both default export and react-server export, and `./b` also has two export types. When `./b` is relying on `./a`, the mapping of alias might not hit...

When you have a few exports, the types generation is expensive. Need to reduce that cost

help wanted

### Background `shared-runtime` modules is not ideal for shared chunks spltting as it's fully based on code splitting strategy, when you import different exports from a shared module, they could...

area:feature

### What Remove unused console.error overriding which was for hidding nextjs internal errors in console ### Why Now they should already be handled by `onRecoverableError` callback, we don't need to...

type: next
created-by: Next.js team

### What Only call error log in SSR renderer, instead of calling it in all RSC and SSR renderers. Fixes #67352 Close NEXT-3579 ### Why The RSC rendered generated result...

type: next
created-by: Next.js team
tests

### What Add a new section of copy chrome devtool url in debugging docs x-ref: https://github.com/vercel/next.js/pull/69357

created-by: Next.js team
Documentation