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

Cannot read properties of null (reading 'insertBefore') #10607

Closed
ElMassimo opened this issue Mar 28, 2024 · 2 comments · Fixed by #10638
Closed

Cannot read properties of null (reading 'insertBefore') #10607

ElMassimo opened this issue Mar 28, 2024 · 2 comments · Fixed by #10638
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: ssr

Comments

@automan-bot
Copy link

遇到了同样的问题

@Shyam-Chen
Copy link
Contributor

// Wrapper.vue

defineProps<{
  show?: boolean;
}>();

@yyx990803 yyx990803 added the 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. label Apr 15, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: ssr
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants