-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Object doesn't support property or method 'find' in IE11 #724
Comments
Related: #320 For now you can polyfill .find https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find#Polyfill |
I don't think we will stop using |
Can I pick this up? :) |
Sure @wuweiweiwu. At this stage we would be after a guide that states that we require |
closes: #724 Add note to users that `Array.prototype.find` needs to be polyfilled
I've added polyfills to my app and it doesn't solve the problem. Why is filter, which is support, not being used? |
Closed by #838. See version 10 release notes |
Should the README be updated? |
Yep! PR welcome!
…On Mon, 19 Nov 2018 at 08:56 Wei-Wei Wu ***@***.***> wrote:
Should the README be updated?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#724 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACFN7QnJ6bmurlv_OdP2g-nRn7_VYLSLks5uwdeOgaJpZM4WHAyl>
.
|
Bug or feature request?
Bug
Expected behavior
To be able to drag and drop on IE11
Actual behavior
App can not be opened and cause error:
SCRIPT438: Object doesn't support property or method 'find'
Steps to reproduce
I think this is related to #320
The console error points to the file supported-page-visibility-event-name.js
Not sure whether there are other files that would cause the error
What version of
React
are you using?16.2.0
What version of
react-beautiful-dnd
are you running?9.0.0
What browser are you using?
IE11
Demo
The text was updated successfully, but these errors were encountered: