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
[ng] Error: node_modules/@capacitor/google-maps/dist/typings/definitions.d.ts:117:18 - error TS2430: Interface 'GoogleMapConfig' incorrectly extends interface 'MapOptions'.
[ng] Types of property 'styles' are incompatible.
[ng] Type 'MapTypeStyle[] | null | undefined' is not assignable to type 'MapTypeStyle[] | undefined'.
[ng] Type 'null' is not assignable to type 'MapTypeStyle[] | undefined'.
[ng] 117 export interface GoogleMapConfig extends google.maps.MapOptions {
Capacitor Version
@capacitor/android: not installed
@capacitor/ios: not installed
@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
PASTE OUTPUT HERE
Platform(s)
Current Behavior
Expected Behavior
Code Reproduction
Other Technical Details
Additional Context
The text was updated successfully, but these errors were encountered:
Bug Report
[ng] Error: node_modules/@capacitor/google-maps/dist/typings/definitions.d.ts:117:18 - error TS2430: Interface 'GoogleMapConfig' incorrectly extends interface 'MapOptions'.
[ng] Types of property 'styles' are incompatible.
[ng] Type 'MapTypeStyle[] | null | undefined' is not assignable to type 'MapTypeStyle[] | undefined'.
[ng] Type 'null' is not assignable to type 'MapTypeStyle[] | undefined'.
[ng] 117 export interface GoogleMapConfig extends google.maps.MapOptions {
Capacitor Version
@capacitor/android: not installed
@capacitor/ios: not installed
@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
Platform(s)
Current Behavior
Expected Behavior
Code Reproduction
Other Technical Details
Additional Context
The text was updated successfully, but these errors were encountered: