Select to view content in your preferred language

Receiving ERR_CONNECTION_RESET when importing Calcite Components

287
1
04-16-2025 09:28 AM
Labels (1)
EricErtl
Regular Contributor

Hello.  I having issues getting some calcite components to load into my react application.  Almost all components load properly but then I will get the error mentioned in the title in the console (screenshot attached).

I am using:

  • React 19
  • Vite 6.2.6
  • arcgis/core 4.32.10
  • arcgis/map-components 4.32.14
  • esri/calcite-components 3.1.0

Any ideas on why this could be happening?  Thanks in advance!

0 Kudos
1 Reply
TimWestern
MVP

Is this after building a component? Or while testing in development?

It references node_modules which implies its looking for that in a package and either that location is not there, or its not installed.  What are the imports you are currently using at the top of the file that is referencing this? (FeatureForm.js?)  There might be a pathing issue, or this library is not installed in your EXB instance (or the types.d.ts is missing for it)

0 Kudos