There’s a major bug in v0 where it updates sdks to “latest” automatically after github sync. Doesn’t matter if you specified the version for that dependency.
This caused a major outage for me where my stripe SDK was updated to latest, when stripe removed a “redirectToCheckout“ method recently, my checkout flow stopped working and I was unaware for 2 weeks!
It’s really a major bug where v0 is updating dependency versions.
Please could v0 devs take this up on priority ? There’s also a MDX issue I reported some days ago which occurs during github sync. I don’t know what magic you guys do during the sync, but it’s not working!
Really appreciate the feedback. As users have started working on more complex apps in v0, we’ve noticed frustrating edge cases like this one in managing dependencies. We’ll soon be shipping a major improvement to working on git-backed repos that will use your repo as the source of truth - should be a huge improvement over your current workflow and should resolve your issue. Thanks for taking the time to share!
Hey Aryaman. Thanks for the update. Could you share a timeline of when would this be resolved?
My workflow is broken and I cannot publish via v0 without manually updating all my MDX content, package.json. And this has been really frustrating with the app scaling rapidly.
If not, can you share some interim way to fix this ?