-
Notifications
You must be signed in to change notification settings - Fork 30.3k
fix erroneous async component in integration test #69760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix erroneous async component in integration test #69760
Conversation
Failing test suitesCommit: 45a7c89
Expand output● ReactRefreshLogBox turbo › Module not found (missing global CSS) Read more about building and testing Next.js in contributing.md.
Expand output● getServerSideProps › should dedupe server data requests Read more about building and testing Next.js in contributing.md.
Expand output● app dir - navigation › browser back to a revalidated page › should load the page Read more about building and testing Next.js in contributing.md. |
…ncies' into 09-05-fix_erroneous_async_component_in_integration_test
2dde773
into
sebbie/08-30-react-sync_cleanup_inaccurate_peer_dependencies
This component is used in Pages which doesn't support async components. It silently worked because React 19 was used in pages but breaks in React 18.
This component is used in Pages which doesn't support async components. It silently worked because React 19 was used in pages but breaks in React 18.

This component is used in Pages which doesn't support async components. It silently worked because React 19 was used in pages but breaks in React 18.