-
Notifications
You must be signed in to change notification settings - Fork 1
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
regeneratorRuntime Error #7
Comments
For what it's worth, I solved by building from source and modifying the "browserslist": [
"since 2017-06"
] Certainly not as backwards compatible, but for my use case (i.e., assuming async capable browsers) it seems to work 🤷♀️ Is it worth submitting a pull request? |
Hi all, So sorry for the delay in replies here. Since the inception of this library Bold has introduced and now matured the version 2 of our Subscriptions application. I myself have been working on that v2 for a while and am just seeing some of these comments. I really appreciate that you took the time to build from source and shared your solution. I did receive feedback internally about a related issue and may have solved this when adding Closing this issue for the time being and looking forward to being more reactive on any BS2 library I may contribute to or publish in the future. |
I'm also getting this same error on a client website. |
@Kyon147 Would you be able to let me know the browser, browser version and if you are also using the |
Sure thing, Chrome, Version 91.0.4472.77 (Official Build) (x86_64) |
As a temporary solution, please consider trying the suggested fix above, locally, and compiling from source using |
I have added the beta version For CDN, the URL is:
Please let me know how this works out for you. |
Hello,
I've added the
bold-subscriptions-js
to a Shopify site via the CDN method. When ever I access theBoldSubscriptions.cart.standard.addToCart()
method, I see an error log like this one:I suspect this is a babel issue based on a cursory search but I'd be happy for it to be user error and something that could be corrected pretty quickly 😉 I can provide more details if needed.
The text was updated successfully, but these errors were encountered: