Teleport breaks on hot-reload #11566
Unanswered
tmcdos
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a component
DnsTable
with a template like this (simplified):which I then use in another component
DomainDns
with a template like this (simplified):During development, on first load it works okay. But if I make a change to
DnsTable.vue
(so it triggers a hot reload) - the teleported content disappears.When this happens, if I make a change in
DomainDns.vue
(so it triggers a hot reload) - the teleported content appears again.How can I prevent that disappearing during development or work around it?
Beta Was this translation helpful? Give feedback.
All reactions