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
I spent more time than I'm willing to admit trying to reproduce this on Stackblitz, but failed. It seems to only happen locally.
Expected Behavior
Project serves/builds
Actual Behavior
Error: node_modules/maplibre-gl/dist/maplibre-gl.d.ts:2232:61 - error TS2344: Type 'Us' does not satisfy the constraint '{}'. Type 'unknown' is not assignable to type '{}'.2232 export declare type UniformValues<Us extends any> = $ObjMap<Us, <V>(u: Uniform<V>) => V>; ~~Error: node_modules/maplibre-gl/dist/maplibre-gl.d.ts:8635:4 - error TS2411: Property 'mousemove' of type 'undefined' is not assignable to string index type '(e: any) => void'.8635 mousemove?: undefined; ~~~~~~~~~Error: node_modules/maplibre-gl/dist/maplibre-gl.d.ts:8636:4 - error TS2411: Property 'mouseout' of type 'undefined' is not assignable to string index type '(e: any) => void'.8636 mouseout?: undefined; ~~~~~~~~
The text was updated successfully, but these errors were encountered:
Seem like a duplicate of #790 (last comment and build error).
Any help to solve this would be extremely appreciated.
I'm closing this in favor of #790.
maplibre-gl-js version: latest (2.1.1)
browser: irrelevant
Steps to Trigger Behavior
ng new MyApp
npm install
ng s
Link to Demonstration
I spent more time than I'm willing to admit trying to reproduce this on Stackblitz, but failed. It seems to only happen locally.
Expected Behavior
Project serves/builds
Actual Behavior
The text was updated successfully, but these errors were encountered: