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
> **Note:** Always call `withAuthenticationRequired` at the module level, not inside a component's render function. Calling HOCs inside render creates a new component on each render, causing unmount/remount cycles that break React Router's blockers and other stateful features.
227
+
214
228
See [react-router example app](./examples/cra-react-router)
0 commit comments