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

Fix gmaps mandatory callback #581

Merged
merged 2 commits into from
Jan 23, 2023
Merged

Conversation

VictorVelarde
Copy link
Contributor

Description

Since 2023-01-20 (version 3.51.6), synchronous load of google maps api throws this warning: "Loading the Google Maps JavaScript API without a callback is not supported".

The reason is they have recently forced to specify the ‘callback’ parameter (callback: is the name of a global function to be called once the Maps JavaScript API loads completely)

Type of change

  • Fix

Basic checklist

  • Good PR name
  • Shortcut link
  • Changelog entry
  • Just one issue per PR
  • GitHub labels
  • Proper status & reviewers
  • Tests
  • Documentation

@VictorVelarde VictorVelarde force-pushed the fix-gmaps-mandatory-callback branch from db2d0dd to 330e533 Compare January 23, 2023 19:26
@VictorVelarde VictorVelarde merged commit a957b6c into master Jan 23, 2023
@VictorVelarde VictorVelarde deleted the fix-gmaps-mandatory-callback branch January 23, 2023 19:27
@coveralls
Copy link
Collaborator

coveralls commented Jan 23, 2023

Pull Request Test Coverage Report for Build 3989838595

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 71.563%

Totals Coverage Status
Change from base Build 3967989200: 0.0%
Covered Lines: 1890
Relevant Lines: 2446

💛 - Coveralls

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

Successfully merging this pull request may close these issues.

2 participants