Jan Amann

Results 436 comments of Jan Amann

Rendering `html` and `body` tags is unfortunately not the solution, as it will result in invalid markup (which is where your need for `suppressHydrationWarning` comes from). The upcoming `global-not-found.js` is...

Many thanks for the super quick response! That seems to work, thanks for sharing a workaround. Any idea why this works for `Intl.DateTimeFormat` and `Intl.NumberFormat` then?

Oh right, that's interesting: ![Screenshot 2024-07-12 at 12 42 26](https://github.com/user-attachments/assets/2deabbad-173f-4436-be6e-57e2d2bae408)

@kklem0 `rootParams` was silently released as `unstable_rootParams` in Next.js 15.2. The Next.js team hasn't publicly announced the feature yet and I think they're still ironing out some edges. If you...

This (and a bit more) is coming in v4: https://github.com/amannn/next-intl/pull/1495/

Yep, you're right—thanks for the hint! Going to close this. > I was looking around for some easy contributions I could make I just looked around on the issue tracker,...

Seems like there's something cooking on the Next.js side: https://x.com/huozhi/status/1828726448892354741. We should probably wait for this.

[`instrumentation-client.js`](https://nextjs.org/docs/app/api-reference/file-conventions/instrumentation-client) is now available, so this could be something to look into.

@sokra I saw that you worked on this topic in https://github.com/webpack/webpack/pull/9177. I'm wondering if this is something that you consider a goal? It seems to me like it's not a...