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
🐛 fix: Move useEffect before conditional return in AppLayout (#41)
The `useEffect` hook was called after a conditional early return,
violating React's Rules of Hooks. Moved `toggleSidebar` and its
`useEffect` above the `AccessDenied` guard so hooks are always
called in the same order.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments