I would like to use arcgis components in my react js project.When i try to run the project, i am getting below error . react component has been installed (@ArcGIS/map-components-react ). The code looks as below,
You probably will need to include the individual import for each component you are using in the file. For an example see the Esri sample here: https://github.com/Esri/jsapi-resources/blob/50579b9362b846e869a343b660c5a2415176a275/component-samp...
Overall if you are working in React 19 I would probably just look at using the web components directly instead of the wrapper library!