react-validation icon indicating copy to clipboard operation
react-validation copied to clipboard

Not working in IE10 and IE11

Open nishankkumar1994 opened this issue 6 years ago • 2 comments

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

nishankkumar1994 avatar May 16 '18 05:05 nishankkumar1994

I'm getting the same error, has anyone find a solution for this ?

OSauceda avatar May 28 '18 17:05 OSauceda

I was able to get it working by importing this polyfill for the __proto__ method into my project https://github.com/webcarrot/proto-polyfill

ryangiglio avatar Jun 22 '18 15:06 ryangiglio