Let's say we are in NewVideo.tsx
We add trimBefore={-20} to the <Video> tag
We get a fullscreen error overlay.
When we fix the error in the code, then the Studio reloads.
I wonder if we can do better by calling onUncaughtError?
https://react.dev/reference/react-dom/client/createRoot
Let's say we are in NewVideo.tsx
We add
trimBefore={-20}to the<Video>tagWe get a fullscreen error overlay.
When we fix the error in the code, then the Studio reloads.
I wonder if we can do better by calling onUncaughtError?
https://react.dev/reference/react-dom/client/createRoot