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: prevent duplicate printAppInfo output in StrictMode
Move printAppInfo() from a useEffect in the Root component to a
top-level call in main.tsx. It is a one-time startup side effect,
not tied to any component lifecycle, so it does not belong in React's
render tree where StrictMode double-invokes effects.
0 commit comments