elastic / search-ui

Search UI. Libraries for the fast development of modern, engaging search experiences.
https://docs.elastic.co/search-ui
Apache License 2.0
1.91k stars 368 forks source link

Just wondering when ElasticSearch UI library will upgrade to React version 18 #1068

Open swimhiking opened 1 month ago

swimhiking commented 1 month ago

We using Elasticsearch ui library for our search results display, and recently we upgrade our React version to 18 and found some warning messages mentioned deprecated API from search components; so wondering any plan to upgrade Elasticsearch ui library to using React18? thank you very much!

Samiul-TheSoccerFan commented 1 month ago

Hi @swimhiking , We do not have any immediate plan to upgrade to React 18. Just to clarify, you have started to see these warning messages when you bump your own search-ui project to React 18? Is there a way to look at the code or do you have any example available?

swimhiking commented 1 month ago

Thanks Samiul,

we using micro-services , about 10 UI services with the global search component using Elasticsearch UI; the code almost we copy from sample , we use ElasticSearchAPIConnector; and we got some warning after upgrade to React 18 , warning message sample see attached image; thanks ES-UI-WarningMsg1