diedsmiling / keys-diff

🔍 Finds difference between the keys of two objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE11 compatibility

bhagyas opened this issue · comments

keys-diff does not work when a project is deployed on IE11.

Hello!
Thanks for reporting. Can you please provide more information. Are there any errors? How can I reproduce it? How do you build your bundle?

Thanks!

The project which included keysDiff was built without arrow function polyfill, but later got the keysDiff to work after copying the keysDiff code to the local project. I think adding a polyfill to the keysDiff would fix it. Or the code to be written without ES6 features.

Got it, thanks. Will add a transpiler to the project.