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
There are a few things that can't be caught with static analysis, such as missing data on first render. Is better if we only check those things in development mode, since it's unnecessary code in production otherwise.