You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the best library for Drag And Drop I have seen till date. It works perfectly for me in chrome. But it doesn't work in IE. Do I need to add some Polyfill to make it work ?
It throws me the below error each time I try to drag:
Object doesn't support property or method 'find'
The text was updated successfully, but these errors were encountered:
Yes, babel will usually take care of this for you if you polyfill Array.prototype.find. However, it is probably best if we (the library) avoid using the .find method altogether.
We add these polyfills in the examples. You will find that this example works correctly in ie11. However, I think we should not force consumers to add this polyfill. We could
#Hi @alexreardon ,
This is the best library for Drag And Drop I have seen till date. It works perfectly for me in chrome. But it doesn't work in IE. Do I need to add some Polyfill to make it work ?
It throws me the below error each time I try to drag:
Object doesn't support property or method 'find'
The text was updated successfully, but these errors were encountered: