You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs for createRoot lack some important information.
Creating a root owner without accepting the dispose function in the callback creates an unowned root
What are the differences between an owned and unowned root? (or link to a page mentioning this, if it's explained somewhere else)
What is the detachedOwner property for? While there are typescript docs for it, it would still be very helpful to have some examples. It's currently not even mentioned in the docs.
The docs for
createRoot
lack some important information.detachedOwner
property for? While there are typescript docs for it, it would still be very helpful to have some examples. It's currently not even mentioned in the docs.This also applies to
solidjs.com/docs
.Link to the current docs: https://docs.solidjs.com/references/api-reference/reactive-utilities/createRoot
The text was updated successfully, but these errors were encountered: