Open AndrewBogdanovTSS opened 4 years ago
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:
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?
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:
AR: https://take.ms/KhftN
ER Accessing any document level methods should be safe. If document is not available appenChild should not be executed