Changes from V2 branch - #1057
Conversation
- OverlineSlot.tsx: add missing useRef/useEffect imports and an explicit initial value for useRef, needed by the debounced copy timeout added in a prior commit. - StickyCommentBar.tsx: type the onKeyDown handler against HTMLDivElement, matching what MUI TextField actually exposes on that prop, instead of HTMLInputElement | HTMLTextAreaElement. - ChatDetailPage.tsx: pass the required MutationFunctionContext second argument to mutationFn (TanStack Query v5 requires it), and include format/setTitleOverride in effect dependency arrays. - useDateTime.ts: wrap the returned formatting functions in useCallback so they have stable references for the above dependency arrays. - RichText.tsx: formatting only, no behavior change.
…t-broken-imports [Customer Portal MicroApp] hotfix: fix broken imports crashing all detail page headers
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR applies several small, unrelated fixes across the customer-portal microapp: memoization corrections in ChangesCustomer Portal Microapp Fixes
Estimated code review effort: 2 (Simple) | ~12 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Summary by CodeRabbit
Bug Fixes
Style / UI