Dynamic importing give issue in react vite
Hi I am wokring on app using react-vite so my requirement is to import the content dynamically so in my view.tsx I am using
UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token ‘??=’ in React Vite Project
I recently joined a company and got access to a React Vite project repository. After cloning the repository and running npm install, I encountered an issue when trying to start the project with npm start. Here are the details of the error I’m facing: