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
{{ message }}
This repository was archived by the owner on Aug 24, 2025. It is now read-only.
Instead of mutating a Layout's state via the compute function, this state could be kept in each node in the stack of the iterator instead. This would remove the need of the compute function.
Instead of mutating a
Layout's state via thecomputefunction, this state could be kept in each node in the stack of the iterator instead. This would remove the need of thecomputefunction.