Posted 3 September 2024, 12:59 am EST
Hi Syed,
The ‘create-react-app’ has been deprecated by the React team and therefore it contains older config which refers to old react-scrips, you can refer to the legacy react documentation for the ‘create-react-app’ here Create a New React App.
In the latest documentation from the React team, they have suggested using one of their provided frameworks which you can check here: Start a New React Project.
Using a suggested framework with React overrides the older React config and includes the latest React script, which will also fix the error.
We support NextJS and Vite with React. You can follow the steps from our documentation to create your React app here Get Started with ActiveReportsJS Report Viewer React Component.
Hope it helps!
Thanks,
Anand