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

[React@18 QA] @elastic/kibana-visualisations #212872

Closed
6 tasks done
markov00 opened this issue Mar 3, 2025 · 2 comments
Closed
6 tasks done

[React@18 QA] @elastic/kibana-visualisations #212872

markov00 opened this issue Mar 3, 2025 · 2 comments
Assignees
Labels
React@18 Team:Visualizations Visualization editors, elastic-charts and infrastructure test

Comments

@markov00
Copy link
Member

markov00 commented Mar 3, 2025

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:

REACT_18=true yarn kbn bootstrap
REACT_18=true yarn start

You can also use cloud or serverless deployment from that PR.

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

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

UI Sections we should test

  • Charts interactions, rendering
  • Agg based Visualize form
  • TSVB form
  • Vega editor
  • Lens editor and inline editor
  • Graph
@markov00 markov00 added React@18 Team:Visualizations Visualization editors, elastic-charts and infrastructure test labels Mar 3, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-visualizations (Team:Visualizations)

@markov00
Copy link
Member Author

markov00 commented Mar 3, 2025

Testing done, nothing found that impact performance, interactions or visibility of our elements.

@markov00 markov00 closed this as completed Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
React@18 Team:Visualizations Visualization editors, elastic-charts and infrastructure test
Projects
None yet
Development

No branches or pull requests

2 participants