-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Received the following reference error when using maplibre-gl-js-amplify in an app with the TS skipLibCheck compiler option set to true:
../../node_modules/maplibre-gl-js-amplify/lib/esm/AmplifyGeofenceControl/AmplifyMapDraw.d.ts:1:23 - error TS2688: Cannot find type definition file for 'mapbox__mapbox-gl-draw'.
1 /// <reference types="mapbox__mapbox-gl-draw" />
~~~~~~~~~~~~~~~~~~~~~~
Found 1 error in ../../node_modules/maplibre-gl-js-amplify/lib/esm/AmplifyGeofenceControl/AmplifyMapDraw.d.ts:1Workaround is to directly install @types/mapbox__mapbox-gl-draw
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels