-
Notifications
You must be signed in to change notification settings - Fork 158
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
[BUG]: error TS2305: Module '"@stripe/stripe-js"' has no exported member 'StripeElementsOptions'. #432
Comments
"Update types for deferred Intents #427" commit done on stripe:master branch |
Same situation here, got this error on an Angular 14 application using ngx-stripe on a production pipeline. |
Hey @alexoser-stripe your change #427 introduced a breaking change. Could you please give guidance on what library implementors should do. Will this be rolled back or should we migrate There seems to be a lot changing in that PR |
Hi all, we're getting this fixed and will have a release out shortly. In the mean time, use 1.49.0. Thanks! |
This is resolved in v1.51.0. Thanks for the report. |
Thanks for your updates. |
What happened?
My Angular build creation is not working with the new version 1.50.0
package.json
"@stripe/stripe-js": "^1.46.0",
Error:
Error: projects/auth/src/app/auth/components/stripe-cart/stripe-cart/stripe-cart.component.ts:14:3 - error TS2305: Module '"@stripe/stripe-js"' has no exported member 'StripeElementsOptions'.
14 StripeElementsOptions,
~~~~~~~~~~~~~~~~~~~~~
Error: projects/marketplace/src/app/cart/components/stripe-cart/stripe-cart.component.ts:13:3 - error TS2305: Module '"@stripe/stripe-js"' has no exported member 'StripeElementsOptions'.
13 StripeElementsOptions,
Environment
No response
Reproduction
No response
The text was updated successfully, but these errors were encountered: