-
-
Notifications
You must be signed in to change notification settings - Fork 484
Open
Description
We have a detach() method but it is not exposed in the lib's typings.
Let's expose detach() so that transient usage of this can be properly disposed.
Currently I have to use casts to unknown and any to get at the detach from Typescript:
(<any>(<unknown>ElementQueries)).detach();Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels