Skip to content

🐛 Make sure, that singleton is attached - #44

Merged
ryansolid merged 1 commit into
solidjs:mainfrom
indeyets:skip-unattached
Mar 22, 2024
Merged

🐛 Make sure, that singleton is attached#44
ryansolid merged 1 commit into
solidjs:mainfrom
indeyets:skip-unattached

Conversation

@indeyets

Copy link
Copy Markdown
Contributor

removeChild fails loudly if it tries to detach something, which does
not have parent, so we always need to check this beforehand.

All of the other calls to removeChild() have similar checks already

Close#38

`removeChild` fails loudly if it tries to detach something, which does
not have parent, so we always need to check this beforehand.
All of the other calls to removeChild() have similar checks already
Close#38
@ryansolid
ryansolid merged commit f4954fe into solidjs:mainMar 22, 2024
@ryansolid

Copy link
Copy Markdown
Member

Sounds good

@indeyets
indeyets deleted the skip-unattached branch March 22, 2024 17:07
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error in solid-meta when navigating solid-start app: The node to be removed is not a child of this node

2 participants

@indeyets@ryansolid