-
Notifications
You must be signed in to change notification settings - Fork 842
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
[React 18] Fix cross-version compatibility and unit test errors #7002
[React 18] Fix cross-version compatibility and unit test errors #7002
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inline Edit tests pass for me locally much faster than they did before - thanks for cleaning up those promises 😅
Here's hoping neither GitHub nor Jenkins are attacked by gremlins this time... 🤞
Preview documentation changes for this PR: https://eui.elastic.co/pr_7002_buildkite/ |
1 similar comment
Preview documentation changes for this PR: https://eui.elastic.co/pr_7002_buildkite/ |
Preview documentation changes for this PR: https://eui.elastic.co/pr_7002/ |
67e7112
to
cf8bb89
Compare
Preview documentation changes for this PR: https://eui.elastic.co/pr_7002_buildkite/ |
Preview documentation changes for this PR: https://eui.elastic.co/pr_7002/ |
Summary
Note that these changes were already reviewed (until this commit) in #6994 but github couldn't see the latest commit in
refs/pull/6994
or trigger CI.This PR fixes all remaining unit tests, removes unused useRenderToText() internal utility and fixes code style in a few files I missed that were merged before (sorry!!)
QA
rm -rf node_modules && yarn
yarn lint
yarn test-unit
REACT_VERSION=17 yarn test-unit