Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Component is null" error occurs when updating props in a deferred teleport during component creation. #12161

Open
lelmestour opened this issue Oct 13, 2024 · 1 comment · May be fixed by #12168
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: teleport

Comments

@edison1105
Copy link
Member

a workaround

onMounted(() => {
  emit('anEvent', 'ok');
})

@edison1105 edison1105 added scope: teleport 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: teleport
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants