react-validation
react-validation copied to clipboard
Not working in IE10 and IE11
I have added pollyfill for Object.assign and it works fine on IE11.
But in IE10 getting error
SCRIPT438: Object doesn't support property or method '_getProps'
at line number 9
in
/node_modules/react-validation/src/hocs/control/index.js
I'm getting the same error, has anyone find a solution for this ?
I was able to get it working by importing this polyfill for the __proto__
method into my project https://github.com/webcarrot/proto-polyfill