fix(package): remove react-dom peer dependency#278
Conversation
|
@ramonclaudio is attempting to deploy a commit to the Convex Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughThe peer dependency entry for Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
commit: |
Removes
react-domfrompeerDependencies.There are zero imports of
react-dom,ReactDOM,createRoot,hydrateRoot,flushSync, orcreatePortalacross all 32 files insrc/. None of the exports touch it, not/react,/nextjs, or/react-start.The declaration was dead, generating peer dep warnings in
bunandpnpmprojects that don't usereact-dom.Summary by CodeRabbit