refactor(meteor): remove Accounts/Zustand bridge override#40361
refactor(meteor): remove Accounts/Zustand bridge override#40361priyamkarn wants to merge 2 commits intoRocketChat:developfrom
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
🦋 Changeset detectedLatest commit: 13182ec The changes in this PR will be included in the next version bump. This PR includes changesets to release 73 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
WalkthroughRemoved a client-side Meteor override that bridged Meteor Accounts/DDP user reactivity into a local Zustand user store; the override file was deleted and its side-effect import removed from the overrides index. A changeset marking a major release was added. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Review rate limit: 6/8 reviews remaining, refill in 7 minutes and 39 seconds.Comment |
Title:
Remove Meteor Accounts/Zustand bridge override
Description:
Removes the userAndUsers override that bridged Meteor's
Accounts.connection userId reactive source to the Zustand
userIdStore. This was marked as a TODO to remove together
with the Meteor webapp/DDP/Accounts layer.
Deleted files:
Summary by CodeRabbit