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: simplify proxy state initialization to avoid temporal dead zone
The useState initializer was trying to access userSavedProxy and proxiesResp
before they were available, causing a temporal dead zone issue. Simplified
to use only localStorage for initial state and let useEffect handle updates.
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
0 commit comments