Jan Amann

Results 87 issues of Jan Amann

Fixes https://github.com/amannn/next-intl/issues/1075 **TODO** - [ ] Wait for https://github.com/vercel/next.js/issues/69000#issuecomment-2416459189 - [ ] Maybe revert [change](https://github.com/amannn/next-intl/pull/1089/commits/c7a8c799ba898f686434ef5ddc88d712bc6bb945) to global not found page after https://github.com/vercel/next.js/issues/71623 - [ ] Use Next.js ESLint plugin again...

My apologies if this is already possible, but any chance that highlight.js could be replaced by an alternative syntax highlighter like [Shiki](https://shiki.style/) with some configuration? highlight.js [doesn't support React/JSX properly](https://github.com/highlightjs/highlight.js/issues/2998),...

Hey, many thanks a lot for closing some bugs last week! I continued with my exploration of adopting `bunchee` for `next-intl` to get rid of my custom setup and ran...

## Bug report ### Current Behavior The `asChild` API doesn't work reliably with Server Components. It somehow works to some extent, but when children are declared with `async` or have...

### Describe the bug When using `vi.spyOn(Intl, 'RelativeTimeFormat')` or `vi.spyOn(Intl, 'ListFormat')`, the constructor can no longer be called due to: ``` Constructor Intl.RelativeTimeFormat requires 'new' ``` Note that `Intl.DateTimeFormat` works...

breaking change
p2-edge-case

# fix: Make `tailwindcss` peer dependency optional ## Description This makes this plugin easier to consume when it's installed as part of a shared config, in case `tailwindcss` is not...

### Is your feature request related to a problem? Please describe. I'm sure there's plenty of opportunity to speed up the CI checks. ### Describe the solution you'd like **Ideas:**...

contributions welcome
area: repo

Related to https://github.com/amannn/next-intl/issues/1431

### Link to page https://next-intl-docs.vercel.app/ ### Describe the problem **Landing page:** - **Hero section**: Show a UI in combination with code (compare e.g. https://tailwindcss.com/). It would be cool to have...

documentation

Recent canary versions of Next.js 15 as well as the stable version that was released yesterday break [alternate links](https://next-intl-docs.vercel.app/docs/routing#alternate-links). This header is important for apps that use i18n routing and...

bug
upstream-issue