Is there code error in EXB 1.15 - esri widget arcgis/arcgis-map ?

111
0
08-01-2024 03:45 AM
Labels (2)
MichaelLev
Frequent Contributor

I just duplicated widget acrcgis-map as is into my custom-widgets folder,
and then "npm start" failed.

I solved the problem when In line 18 of both files
arcgis-map/src/message-actions/filter-actions-settings.tsx
and
arcgis-map/src/message-actions/flash-actions-settings.tsx

I replaced
import ChooseConnectionType
by
import type ChooseConnectionType

ESRI - please check and tell whether I am right or not.

0 Kudos
0 Replies