-
Notifications
You must be signed in to change notification settings - Fork 229
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
Invalid attempt to spread non-iterable instance #316
Comments
I have the same problem. I think is due to Micromodal switching to babel7 while having an error in code that was silently accepted by Babel 6 babel/babel#9942 (comment) |
I'm having the same issue in a codebase still using Babel 6 - even if I try to run micrmodal through Babel at build time for my app, I still have the issue. I've also attempted using the polyfills suggested in #49 - I'm not using WebPack so the other recommendations don't work. I have no idea how to fix this issue myself, but if #313 will fix it, I hope this can be merged soon. |
I was able to fix this for my own use - see my comment in #315 |
I'm also seeing this in chrome |
It appears to happen when the E.g. to reproduce:
|
Anyone have an idea on a fix for this at all please? Having to pull in jQuery for some 3rd party code and it's breaking my code... |
Hi there! I just came back to a project from about a year ago and I'm now getting this error on a previously working codebase that I hadn't made any changes to:
This is in Chrome 80.0.3987.162. When I comment out any use of
micromodal
everything works again.The text was updated successfully, but these errors were encountered: