Hey! This worked great! And then, the upgrade happened… ;-)
I got the following error:
ERROR in ./src/Composition.tsx 11:0-53
Module not found: Error: Capitalization mismatch in `~/Documents/js/video/remotion-video-demo/src/sequence/Weather/Weather.tsx`: `Weather` does not match the name on disk `weather`
So I changed the dir with mv src/sequence/weather src/sequence/Weather to fix that.
The same mismatch occurred in another file, where I changed the code, as TailwindCSSVisual.tsx does not match the name on disk TailwindCssVisual.tsx.
ERROR in ./src/sequence/NodeLottieTailwind/ThreeLottieTailwind.tsx 4:0-52
Hey! This worked great! And then, the upgrade happened… ;-)
I got the following error:
So I changed the dir with
mv src/sequence/weather src/sequence/Weather
to fix that.The same mismatch occurred in another file, where I changed the code, as
TailwindCSSVisual.tsx
does not match the name on diskTailwindCssVisual.tsx
.Then, it worked fine!