Giter VIP home page Giter VIP logo

Comments (5)

treeder avatar treeder commented on August 30, 2024

Can you link to the page you are seeing this on?

from explorer.

aug2uag avatar aug2uag commented on August 30, 2024

I'm seeing it inconsistently on home page
Screen Shot 2021-11-10 at 10 00 51 AM
:

from explorer.

aug2uag avatar aug2uag commented on August 30, 2024

on hard refresh after loading home page getting

polyfills.d837e25a381cb639eeb8.js:1 Uncaught Error: Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.
Most likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)
    at Function.t.assertZonePatched (polyfills.d837e25a381cb639eeb8.js:1)
    at new t (main.950a99bfbec872f429dd.js:1)
    at t.bootstrapModuleFactory (main.950a99bfbec872f429dd.js:1)
    at Module.zUnb (main.950a99bfbec872f429dd.js:1)
    at l (runtime.a8ef3a8272419c2e2c66.js:1)
    at Object.0 (main.950a99bfbec872f429dd.js:1)
    at l (runtime.a8ef3a8272419c2e2c66.js:1)
    at t (runtime.a8ef3a8272419c2e2c66.js:1)
    at Array.r [as push] (runtime.a8ef3a8272419c2e2c66.js:1)
    at main.950a99bfbec872f429dd.js:1

from explorer.

aug2uag avatar aug2uag commented on August 30, 2024

from explorer.

aug2uag avatar aug2uag commented on August 30, 2024

In case this is or becomes an issue, please refer to zone.js:1034:

            ZoneAwarePromise.prototype.then = function (onFulfilled, onRejected) {
                var chainPromise = new this.constructor(null);
                ...

corrected but with unknown side effects, also a potential vendor or update issue:

            ZoneAwarePromise.prototype.then = function (onFulfilled, onRejected) {
                var chainPromise = new ZoneAwarePromise(null);
                ...

from explorer.

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.