In the new Modifier/Element/Node system, how do I reuse/delegate to existing functionality? For example, I want to detect hovering (i.e.
Modifier.hover
). I could use
delegate
, but
HoverableNode
is private…
s
shikasd
12/22/2023, 2:26 PM
we haven't figured out the best model for this yet. I think currently the plan is to make all nodes public to allow delegation, which requires stabilizing a larger API surface for every modifier