You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove debug console logs and improve TypeScript type safety- Remove build-time console.log statements from compileMDX.ts- Replace 'any' type with proper NodeJS.Timeout | undefined in usePendingRoute.ts- Add conditional guards before clearTimeout calls for type safety- Bump DISK_CACHE_BREAKER to invalidate MDX cache after changesImproves code quality and type safety while maintaining existing functionality.
0 commit comments