owntheweb / remotion-video-demo

7 stars 1 forks source link

After upgrade, some minor "capitalization mismatches" needed correction. #2

Open accdataboy opened 3 months ago

accdataboy commented 3 months ago

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

Then, it worked fine!

dynamic-data-in-video

owntheweb commented 3 months ago

Huh! It definitely should be uppercase. If you post a pull request for that (and thanks for your other pull request!), I'll gladly merge it. :)