Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extensive hydration error test suite for Pages router
Pages router will support both React 18 and 19 which has significant changes for hydration errors. The existing acceptance tests only cover App router which runs exclusive on React 19. Ideally this would be a single test suite that just forks on the assertion. However, there are a lot of differences between App router and Pages router and putting that into a single file takes more time. The goal here is to not regress any further with Pages router when extending support to 18. Once RC2 landed, I'll merge these test suites.
- Loading branch information