GithubHelp home page GithubHelp logo

Comments (3)

sandydoo avatar sandydoo commented on June 2, 2024 1

@alexmasita, I've tracked down the issue emberjs/ember.js#17384. The root cause has already been fixed, but not yet released. There will probably be a new Ember release some time soon.

Thanks for sounding the alarm early!

from ember-google-maps.

sandydoo avatar sandydoo commented on June 2, 2024

@alexmasita, thanks for the report.

Unfortunately, this isn't a bug with ember-google-maps. The infinite loop is caused by the array prototype extensions Ember enables by default. There seems to have been a change to the extensions in Ember 3.6 that breaks some code in the Google Maps SDK. It's a bit of a mess. I'll open an issue with Ember to try and get this sorted.

This may take some time to fix upstream. In the meantime, you can either:

  1. Downgrade to Ember 3.5
  2. Disable prototype extensions in your config/environment.js by setting EXTEND_PROTOTYPES to false:
EmberENV: {
      FEATURES: {
        // Here you can enable experimental features on an ember canary build
        // e.g. 'with-controller': true
      },
      EXTEND_PROTOTYPES: false
}

from ember-google-maps.

alexmasita avatar alexmasita commented on June 2, 2024

@sandydoo, Thank you for the fast response. Will await the patch release. Many thanks.

from ember-google-maps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.