Conversation
|
@brendan-kellam your pull request is missing a changelog! |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
WalkthroughThis pull request adds React Scan, a development debugging tool that highlights re-rendering components. Changes include documentation for enabling it via a new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
✨ 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 |
License Audit❌ Status: FAIL
Fail Reasons
Unresolved Packages
Weak Copyleft Packages (informational)
Resolved Packages (15)
|
adds react scan behind a
DEBUG_ENABLE_REACT_SCANflag to help with debugging rendering issues in development.Summary by CodeRabbit
Documentation
New Features
DEBUG_ENABLE_REACT_SCAN=truein.env.development.localand restart the dev server to view browser highlights of re-rendering components.