Select to view content in your preferred language

arcgis/core library failing after update

536
2
07-22-2022 04:27 AM
SriharshaK
Emerging Contributor

Hi people, I have been using arcgis core library from past 3 months for my project. I wanted to use the reference scale feature of the heatmap, but unfortunately updating my library from 4.22 to 4.24 is breaking my code showing this error in react.

WhatsApp Image 2022-07-22 at 8.59.17 PM.jpeg

Can any one help me with this?

Tags (1)
0 Kudos
2 Replies
AndyGup
Esri Regular Contributor

Hi @SriharshaK are you using Webpack 4? If so take a look at this Known Issue and see if the information applies: https://github.com/Esri/jsapi-resources/tree/master/esm-samples/webpack#known-issues 

SriharshaK
Emerging Contributor

Hi Andy, I am using create react app for my project with typescript.

0 Kudos