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

Update NPM module with commit that modifies "this.stops()" #45

Open
MatthewCushing opened this issue Jan 22, 2021 · 2 comments
Open

Update NPM module with commit that modifies "this.stops()" #45

MatthewCushing opened this issue Jan 22, 2021 · 2 comments

Comments

@MatthewCushing
Copy link

The NPM module still has this.stops() being called which was fixed in 20e907d

I'm assuming NPM just hasn't been updated.

Thanks!

@adamglasser
Copy link

This is affecting my deploy to an azure static web app. I have modified the source files on my local machine to remove this but when azure runs npm install it uses the npm version and it breaks my app.

@itai-sagi
Copy link

What I ended up doing is monkey patching the component

class LottieMonkeyPatch extends Lottie {

    stops() {
      this.stop();
    }

}

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

No branches or pull requests

3 participants