We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Received the following reference error when using maplibre-gl-js-amplify in an app with the TS skipLibCheck compiler option set to true:
maplibre-gl-js-amplify
skipLibCheck
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:1
Workaround is to directly install @types/mapbox__mapbox-gl-draw
@types/mapbox__mapbox-gl-draw
The text was updated successfully, but these errors were encountered:
sreeramsama
No branches or pull requests
Received the following reference error when using
maplibre-gl-js-amplify
in an app with the TSskipLibCheck
compiler option set totrue
:Workaround is to directly install
@types/mapbox__mapbox-gl-draw
The text was updated successfully, but these errors were encountered: