Joseph

Results 197 comments of Joseph

Hi, sorry this is taking a while to review. It is a lot of files and some with changes I'd like to make sure are correct. Also there's a merge...

I wonder how can we unblock this PR and merge, perhaps let's not modify the files were we show loading paths? those that use require() etc and are changed for...

I haven't forgotten about this PR! Just reviewing and writing a few other things at the moment, as soon as I have some time slot I'll get back to it

There's a couple of implications here, but to get unblocked you can start with: - https://nextjs.org/docs/app/getting-started/cache-components#runtime-data - https://nextjs.org/docs/app/getting-started/cache-components#with-runtime-data

It's just that in this case you'd need to wrap the access in a Suspense boundary, and yes I know that'll 200 and such. In the links I posted, you...

@hernan-yadiel - https://github.com/vercel/next.js/pull/39051 It is a recommendation after all, but do consider that, Next.js can publish and update type signatures on that file. For example with the introduction of https://nextjs.org/docs/app/api-reference/config/next-config-js/isolatedDevBuild,...

@chrisweb we do mention here, https://nextjs.org/docs/app/api-reference/cli/next#next-typegen-options: > Additionally, next typegen generates a next-env.d.ts file. We recommend adding next-env.d.ts to your .gitignore file. > > The next-env.d.ts file is included into...

Hi, I was able to reproduce the issue. I observed that you can unblock with a "pass through re-export" file: ```tsx 'use client' import Link from 'next/link' export { Link...

Just released in version 16.0.8! https://github.com/vercel/next.js/releases/tag/v16.0.8 As per the react/react-dom version in your App Router projects, Next.js manages the React version used internally, through a vendored and compiled dependency. https://nextjs.org/docs#react-version-handling...

Regarding the versioning in OP: https://github.com/vercel/next.js/issues/86944 is similar report The packages that have been patched by the React team are versions 19.0, 19.1.0, 19.1.1, and 19.2.0 of: - [react-server-dom-webpack](https://www.npmjs.com/package/react-server-dom-webpack) -...