You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calcite components integrated pretty simply, screen shot shows a calcite-card on the main page of the app
However, adding import '@esri/hub-components'; into app.ts causes a wall of errors.
I've included "@arcgis/core": "~4.23.0", and we still have a lot of __esri can't be found.
There are a number of other odd issues from Hub-Components, re: locating files from relative paths... I've not dug into those yet, but I think that's just about having consistent imports in hub-components.
Calcite components integrated pretty simply, screen shot shows a
calcite-card
on the main page of the appHowever, adding
import '@esri/hub-components';
intoapp.ts
causes a wall of errors.I've included
"@arcgis/core": "~4.23.0",
and we still have a lot of__esri
can't be found.There are a number of other odd issues from Hub-Components, re: locating files from relative paths... I've not dug into those yet, but I think that's just about having consistent imports in hub-components.
The text was updated successfully, but these errors were encountered: