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
the find function is not support in any version of internet explorer. It might be worth considering adding underscore back again, or adding a polyfill.
Cheers,
Steve
The text was updated successfully, but these errors were encountered:
I'd accept a PR that did the (relatively simple) work of relaxing find with a simple loop. My app doesn't support IE so I figured we were past that :-)
On Jan 18, 2017, at 5:58 PM, Steve Tapley ***@***.***> wrote:
Hi,
I saw that you removed the underscore version of the find function in favour of the Array.find function.
However, according to MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find
the find function is not support in any version of internet explorer. It might be worth considering adding underscore back again, or adding a polyfill.
Cheers,
Steve
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
I saw that you removed the underscore version of the find function in favour of the Array.find function.
However, according to MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find
the find function is not support in any version of internet explorer. It might be worth considering adding underscore back again, or adding a polyfill.
Cheers,
Steve
The text was updated successfully, but these errors were encountered: