twisty / formsy-react-components

Bootstrap components for a formsy-react form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array.from is not a function (Android)

mlp73 opened this issue · comments

Following error makes the whole page impossible to render on Android.
What can be done here?

Uncaught TypeError: Array.from is not a function
webpack:///./~/formsy-react-components/release/select.js?:7

Uncaught TypeError: Cannot read property '_currentElement' of null
webpack:///./~/react/lib/ReactCompositeComponent.js?:742

function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }