-
Notifications
You must be signed in to change notification settings - Fork 986
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
Which polyfills were used? #473
Comments
Whether or not you need polyfills depends on the browsers you intend on supporting. See #450 |
Thank you! |
@clauderic actually, I've narrowed down my issue to the bump from 1.0 to 1.1. Since the polyfills were removed in 1.0, it seems possible that I may be seeing an error unrelated to polyfills. The code does include Additionally, I don't think we were using the UMD bundle, as we import things like: import { SortableContainer, SortableElement, SortableHandle } from 'react-sortable-hoc'; Unfortunately, it's not easy to diagnose the error as it only occurs in PhantomJS (a headless browser) and there are no console messages generated. I see in #474 that some processing is missing, perhaps this is related? |
Hey @shepmaster, try using |
Yes, a quick test seems to indicate this addresses the issue. I see that 1.4.0 depends on |
Not exactly. I recently switched to use |
The changelog states:
Is there a way we can know what polyfills are needed in order to provide them?
The text was updated successfully, but these errors were encountered: