You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also use cloud or serverless deployment from that PR.
UI Sections we should test
User Management
Role Management
API Keys Management
User profile page
Role Mappings
Login UX
Spaces Management
Space selection screens
Access agreements UI
Tip
Locally you can tell that you're running React@18 by the following message in the console: Kibana is built with and running [email protected], muting legacy root warning.
When deployed and when having React Dev Tools extension you can check the version with __REACT_DEVTOOLS_GLOBAL_HOOK__.renderers.get(1).version in console
What to look for
Issues with incorrectly rendered elements
Blank screens
Any react/UI only error screens
Page is not responsive
Console errors
Forms not functioning correctly (lagging input, missed inputs when typing fast
The text was updated successfully, but these errors were encountered:
Part of #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 PR.
UI Sections we should test
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
The text was updated successfully, but these errors were encountered: