fix(core): harden router guard error handling and param validation#199
fix(core): harden router guard error handling and param validation#199RtlZeroMemory merged 1 commit intomainfrom
Conversation
- Wrap route guard invocations in try-catch, converting exceptions to ZRUI_USER_CODE_THROW with the originating route ID - Warn in dev mode when route params contain non-string values that will be silently coerced - Warn in dev mode when route IDs contain non-identifier characters Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
ZRUI_USER_CODE_THROWwith the originating route IDFiles changed
router/integration.ts— guard error wrappingrouter/router.ts— param type warnings, route ID character validation