Fast Refresh not working
If the Remotion Studio does not update after you have updated your file, it is usually due to one of two reasons:
npx remotion studio
, usually using Ctrl+C
or by quitting the terminal.
MyComp.tsx
, but you import it using {'import {MyComp} from "./myComp.tsx"'}
, Fast Refresh may break.
note
This is a bug in Webpack for which we've filed an issue.