Visual Mode is a feature in Remotion Studio that allows one to visually edit Sequences. I've made the following observations: Fields - overrideId - does keep the identity the same of a sequence, even if the file / line / column changes - Sequence - changes on hot reload. shared by multiple sequences which have different overrideIds - Sequence file, line, column (symbolicated stack) - does not change, but needs to be calculated asyn - - same identity, even if line, stack and overrideId changes. async nodePath + index is ideal way to keep track of the expanded state. that’s the end goal. Once n…