IE11 compatibility
bhagyas opened this issue · comments
Bhagya Nirmaan Silva commented
keys-diff does not work when a project is deployed on IE11.
Alexandr Lazarev commented
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!
Bhagya Nirmaan Silva commented
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.
Alexandr Lazarev commented
Got it, thanks. Will add a transpiler to the project.