is a utility composable that is used to "group" or "key" a block of execution inside of a composition. This is sometimes needed for correctness inside of control-flow that may cause a given composable invocation to execute more than once during composition.
Filip Wiesner
12/22/2022, 11:22 AM
As I understand it, it should tell the runtime that the Node moved instead of that it's input have changed
d
darkmoon_uk
12/22/2022, 11:32 AM
Perfect! It worked. I even knew about
key
just... didn't make the connection to this use case somehow 🤦- thanks for strengthening that synaptic pathway 😁