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 types
- Remove build-time console.log statements from compileMDX.ts
- Replace 'any' type with proper ReturnType<typeof setTimeout> in usePendingRoute.ts
- Improves code quality and type safety
0 commit comments