mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
64878739c5
This test was failing with my changes in https://github.com/vercel/next.js/pull/64932 because it was using the new Next.js changes, but not the corresponding react-dom changes. An alternative solution would be to update the react-dom versions to match those in the rest of the project (19 beta), but I think this is better overall. After removing the dependencies, this test works in my branch.