Runtime Error: Fail to load 'reactflow' .. After local development

I forked this project: https://v0.dev/chat/react-flow-builder-JfrjpFEB15p

And doing some local development with Cursor. After fork the project back to v0, it outputed error when preview:

Failed to load "reactflow" from "blob:https://kzml2imip6cknm9lpqoj.lite.vusercontent.net/e7cb4870-f8e3-4e2f-b0f3-f5ac328bafd6. Modules must be served with a valid MIME type like application/javascript.", make sure it exists.

The project has no problem locally or deploy to Vercel. Only break in v0 preview.
I checked the package.json, all the dependency are not changed.
v0 itself cannot fix this problem.

What I found is that the error is likely something related with install / compile / cache.

After I sync some non related code from github to v0, the problem always disappeared.