Skip to content
New issue

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

Interface 'GoogleMapConfig' incorrectly extends interface 'MapOptions'. #62

Open
GhostReaperDevil opened this issue Dec 16, 2024 · 1 comment
Labels

Comments

@GhostReaperDevil
Copy link

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

PASTE OUTPUT HERE

Platform(s)

Current Behavior

Expected Behavior

Code Reproduction

Other Technical Details

Additional Context

@ionitron-bot ionitron-bot bot added the triage label Dec 16, 2024
@GhostReaperDevil
Copy link
Author

Update: I have just deleted the MapOptions extends and it work don't know if i will face an issues in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant