Visual Mode is a feature in Remotion Studio that allows one to visually edit Sequences.
nodePath + index is ideal way to keep track of the expanded state. that’s the end goal.
Once nodePath is mapped to
, it doesn’t change otherwise component would remount and overrideId works change.
If the same
is found already used by another sequence, we re-use the
.
to symbolicated stack could theoretically change on every file change. but multiple sequences can share the same stack and then they all have the same nodePath.
different unsymbolicated stacks could lead to the same symbolicated stack, because of fast refresh
unsymbolicated to symbolicated stack does never change because if it does, it is a different stack due to fast refresh