vue-tiny-slider
vue-tiny-slider copied to clipboard
[Bug] Slider causes errors on resize when used inside keep-alive
I was able to get this error when using Nuxt page level keep-alive prop, but I get it's also reproducible with a regular vue router.
How to reproduce:
- Create an instance of vue-tiny-slider with keep-alive enabled
- Change route by navigating to another page
- Try to resize the page
AR: https://take.ms/KhftN
Uncaught TypeError: Cannot read property 'appendChild' of null
ER Accessing any document level methods should be safe. If document is not available appenChild should not be executed
Does anyone have a solution to this issue?