Coder Social home page Coder Social logo

Comments (5)

richnologies avatar richnologies commented on July 30, 2024 1

Also, a PR has been created, so hopefully it will be fixed very soon: stripe/stripe-js#561

from ngx-stripe.

richnologies avatar richnologies commented on July 30, 2024

Hey @mbagiella, this is an issue in the peer dependency package @stripe/stripe-js

I'll open an issue in their repo. In the meantime if you downgrade to version 3.0.3 it works fine. I'll keep you posted

from ngx-stripe.

richnologies avatar richnologies commented on July 30, 2024

Here is the Issue: stripe/stripe-js#559

from ngx-stripe.

thecodemonk avatar thecodemonk commented on July 30, 2024

@richnologies We're using 16.20.0, is there a way to force it use the stripe js library that is working? We were supposed to publish tonight, but the builds are broken now. Does this library just always use the latest version of stripe.js regardless of version of ngx-stripe? We were surprised a build from earlier today was working and now it's not, even though we haven't changed versions...

from ngx-stripe.

richnologies avatar richnologies commented on July 30, 2024

Hey @thecodemonk, sorry about that, just install the specific version of @stripe/stripe-js

For example, in your package.json, instead of having something like:

"@stripe/stripe-js": "^3.0.4",

replace it with the fixed version:

"@stripe/stripe-js": "3.0.3"

This will force npm to install that specific version and it should work fine

Also, doing something like: npm i @stripe/[email protected] should also work, but if you don't change the package.json file, in the next npm i it might get broken again

from ngx-stripe.

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.