Open elodieburtin opened 5 years ago
The IE11 demo on https://holiber.github.io/sl-vue-tree/demo/ie11test.html does not work on IE11, at least for me. Because of the arrow functions.
Any updates on this? I still get the same error...
However, if I fix my version to 1.8.3 it works, thanks @elodieburtin
Hi, It seems there was an issue with the build of version 1.8.4 (which is currently the latest version available on npm): it includes arrow functions, and is therefore not compatible with IE11. The issue was not present in 1.8.3, and when I execute
npm run build
on the cloned repo, the code is correctly transpiled. Thanks!