Dominaezzz
08/20/2023, 9:55 PMComposeNode(factory = { /* IN HERE!! */ }, ...)
and deallocate in Applier<*>.remove(...) { /* IN HERE!!! */ }
? What do I have to worry about between the node being created and the node being inserted into the applier?Loney Chou
08/21/2023, 2:09 AMComposeNode
it controls at the time, so it may result in not matching to the correct ComposeNode
.
Try DisposableEffect
next to ComposeNode
instead to deallocate.Dominaezzz
08/21/2023, 7:17 AMDominaezzz
08/21/2023, 7:19 AMonEndChanges