Skip to content
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 test hydration check in Safari 10.1 #40285

Merged
merged 1 commit into from Sep 6, 2022
Merged

Conversation

ijjk
Copy link
Member

@ijjk ijjk commented Sep 6, 2022

This removes the optional chaining inside of the executeAsync as that is treated literally when passed to the browser and Safari 10.1 doesn't support optional chaining.

fixes: https://github.com/vercel/next.js/runs/8213273664?check_suite_focus=true
fixes: https://github.com/vercel/next.js/runs/8213237056?check_suite_focus=true

@ijjk ijjk added the created-by: Next.js team PRs by the Next.js team label Sep 6, 2022
@ijjk ijjk marked this pull request as ready for review September 6, 2022 19:04
@ijjk ijjk merged commit e8ff273 into canary Sep 6, 2022
@ijjk ijjk deleted the fix/test-hydration-check branch September 6, 2022 19:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Next.js team PRs by the Next.js team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants