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
Running the v2.0.0 beta in Internet Explorer 11 throws an error when it tries to use the native Array.includes. Obviously, polyfilling it is an option on my end, but I think this could be resolved by simply using lodash's _.includes().
The text was updated successfully, but these errors were encountered:
Running the v2.0.0 beta in Internet Explorer 11 throws an error when it tries to use the native
Array.includes
. Obviously, polyfilling it is an option on my end, but I think this could be resolved by simply using lodash's_.includes()
.The text was updated successfully, but these errors were encountered: