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:
Any ideas on why this could be happening? Thanks in advance!
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)