closed and opened event are not working properly on IE 11, it works sometimes, the percentage about 40%.
__My environment:__
I have an example on codesandbox, but Sandboxes don't load in IE11, so you guys can check the zip source.
I found a similar issue about this #309 but it was closed;
Same here
@trandaison I have found the solution. For me it was just es2015 preset for babel, changed it to env and it works now. vue-js-modal uses arrow functions that are part of es2016.
Sorry, I'm struggling with the same problem鈥β燼nd I seem not to be able to apply your solution鈥β燾ould you explain your solution to someone dumb as me?
Thank you!
@stepanorda Can you show me the solution details. Thank you!
@trandaison if you have the same problem in your build configuration you need to set babel preset to "env". I don't know what build system do you use so don't know where you change it. Here are the link to the package: https://babeljs.io/docs/en/babel-preset-env
This might be helpful: https://stackoverflow.com/questions/56446904/transpiling-es6-for-ie11-with-babel
Most helpful comment
@trandaison I have found the solution. For me it was just es2015 preset for babel, changed it to env and it works now. vue-js-modal uses arrow functions that are part of es2016.