To work on these issues, the [visual mode](https://www.remotion.dev/docs/config#setexperimentalvisualmode) needs to be enabled first. Then, a couple of good compositions in `packages/example` to test with are: `NewVideo` and `light-leak`. - [x] #6666 - While we drag, we don't live-update the canvas. - [x] #6667 - While loading, we show a red background. - [x] #6668 - What if we edit the value in the code in the meanwhile? - [x] #6669 - What if we delete the element in the meanwhile? - [x] #6670 - Let's try it somewhere else as well, e.g. video opacity, audio volume - [x] #6671 - What if Studio server disconnects? - [x] #6672 - What if the value is computed, should test that case as well - [x] #6673 - What if the prop is not given? - [x] Consider not running prettier - [x] Cannot integrate it with a style: <img width="895" height="145" alt="Image" src="https://github.com/user-attachments/assets/2d4f95ee-2cdd-4c87-afd1-6ec564ed3062" /> - [x] In screenshot above, we spin forever - [x] In `NewVideo.tsx`, when saving the value, it reloads and collapses the section. - [ ] In `NewVideo.tsx`, when changing to a function, it shows no controls at all, but it should show "computed" instead. - [x] Rspack does not resolve the stacktrace correctly - [ ] What happens if a `<Sequence>` has a hardcoded value, but there are multiple of them (`.map`)
To work on these issues, the visual mode needs to be enabled first.
Then, a couple of good compositions in
packages/exampleto test with are:NewVideoandlight-leak.NewVideo.tsx, when saving the value, it reloads and collapses the section.NewVideo.tsx, when changing to a function, it shows no controls at all, but it should show "computed" instead.<Sequence>has a hardcoded value, but there are multiple of them (.map)