Conversation
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
@CodeRabbit review |
✅ Actions performedReview triggered.
|
📝 WalkthroughWalkthroughModified Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (3)**/*.{ts,tsx}📄 CodeRabbit inference engine (.cursor/rules/main.mdc)
Files:
**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (.cursor/rules/main.mdc)
Files:
apps/roam/**/*.{js,jsx,ts,tsx}📄 CodeRabbit inference engine (.cursor/rules/roam.mdc)
Files:
🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-11-06T13:48:35.007ZApplied to files:
🔇 Additional comments (1)
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 |
https://linear.app/discourse-graphs/issue/ENG-1047/repair-setblockprops
Problem: If I setBlockProp repeatedly, the old values get repeated with increased
:nesting.Eg: (Having put getBlockProps and setBlockProps in the index)
The way getBlockProps is programmed makes this invisible, but it is visible when pulling the props.
Solution: In the not-denormalized case, make sure to normalize the incoming old props before updating.
Summary by CodeRabbit