Type error: Already included file name 'Hoge.tsx' differs from file name 'hoge.tsx' only in casing.

[Vercel]

ローカルでファイル名の大文字を小文字に変更したら、

Vercel で Type error: Already included file name 'Hoge.tsx' differs from file name 'hoge.tsx' only in casing. エラーになる

git mv -f Hoge hoge を実行して再プッシュ

参考 https://github.com/vercel/vercel/discussions/5672#discussioncomment-684517

副作用と参照透過性の関係について図でおさらい
yolov5でRuntimeError: Sizes of tensors must match except in dimension 1.