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
docs: fix withAuthenticationRequired usage pattern in react-router example (#1013)
Updates the react-router v6 example to use `withAuthenticationRequired`
at module level instead of inside render functions.
Shows two patterns:
- Direct module-level usage
- Factory pattern for cases needing hooks
0 commit comments