Skip to content
New issue

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

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

Already on GitHub? # to your account

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

Closed
lelmestour opened this issue Oct 13, 2024 · 1 comment · 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
@github-actions github-actions bot locked and limited conversation to collaborators Nov 29, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
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