Closed Dobkin closed 4 years ago
I believe it is the same issue as #64.
import * as Converter from 'esri/geometry/coordinateFormater'
Yes, it works. Thank you!
I'd like to see esri address the inconsistencies here, since
import geometryEngine from 'esri/geometry/geometryEngine';
works just fine.
When we use the following:
import Converter from “esri/geometry/coordinateFormater”
Converter is undefined on runtime.
Just to be clear, other imports of esri modules work properly.
What can cause this problem? Thanks in advance