[React@18 QA] @elastic/security-team-threat-hunting-explore #212190
Labels
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:Threat Hunting:Explore
Team:Threat Hunting
Security Solution Threat Hunting Team
Milestone
Description
Kibana needs to be upgraded to use React 18. This should be done prior to 8.last so we do not have a long support period for a Kibana version using an unsupported version of React.
Each team needs to test the part of the UI they own to make sure that nothing is broken.
Original issue: https://github.com/elastic/kibana-team/issues/1016
Parent issue: #203114
How to test
Testing can be done locally by using the PR (#209337) or from main with
REACT_18=true
ENV flag:You can also use cloud or serverless deployment from that #209337.
Tip
Kibana is built with and running [email protected], muting legacy root warning.
__REACT_DEVTOOLS_GLOBAL_HOOK__.renderers.get(1).version
in consoleWhat to look for
Tip
Look for blank screens, error splash screens, unresponsive pages, new errors in the console, unpredictable UI behavior (like laggy text inputs that skip letters when typing fast). You can also review the list of addressed runtime issues discovered by functional tests in the section below
Features
The text was updated successfully, but these errors were encountered: