Zack Tanner
Zack Tanner
We've noticed this problem too and have used the workaround of returning `null` if `isFallback: true`, as suggested above. I've created a minimal reproduction of this issue here: https://github.com/ztanner/next-translate-fallback-bug, with...
Hey folks! Going to do my best to explain what's happening here, specifically in the case where you're noticing it during `next dev` or on links with `prefetch={false}`: - You...
Hi all -- this stems from a similar issue reported in https://github.com/vercel/next.js/issues/51714, which we have tracked in our backlog to investigate a solution for. I don't have an ETA on...
* `canary` * **#61176** * **#61235** * **#61789** * **#61535** * **#61573** * **#61414** * **#61177** 👈 This stack of pull requests is managed by Graphite. Learn more about stacking....
* `canary` * **#61176** 👈 * **#61235** * **#61789** * **#61535** * **#61573** * **#61414** * **#61177** This stack of pull requests is managed by Graphite. Learn more about stacking....
* `canary` * **#61789** * **#61794** * **#61414** 👈 * **#61235** * **#61535** * **#61573** This stack of pull requests is managed by Graphite. Learn more about stacking. Join @ztanner...
### Merge activity * **Feb 9, 1:30 PM EST**: @ztanner merged this pull request with [Graphite](https://app.graphite.dev/github/pr/vercel/next.js/61414).
* `canary` * **#61789** * **#61794** * **#61414** * **#61235** * **#61535** 👈 * **#61573** This stack of pull requests is managed by Graphite. Learn more about stacking. Join @ztanner...
Hi there -- thanks for the report. I just verified this against the latest canary and it seems to be resolved by #61687 (despite this reproduction being different, it appears...
Thanks for the updated repro @jviide! I'll reopen this for now while we investigate the cause