Upgrading AEM - React SPA project to React 18
Hi Everyone,
There is a scenario that we are undergoing currently to upgrade an AEM - React SPA project to React 18 and with all latest versions of dependent libraries. We are using Archetype 47 , which by default gives react 16 and this we are upgrading to 18.
And also in the package.json the editable components and other dependencies version also got upgraded to latest versions available as mentioned below.

Currently we are trying to make the core components such as Tabs , List etc to be adaptable to React 18. In that we are facing different sort of issues for the React end. Is it recommended to perform such an approach ?
And also the dependencies updated above , will they support react 18 to be supportive to Core AEM components ?
Please suggest a valid comment for this scenario.
@kautuk_sahni