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: use useState for userSavedProxy to make it reactive
- Change userSavedProxy from useMemo to useState to make it reactive to changes
- Update setUserSavedProxy when auto-selecting proxy or manually setting/clearing
- This ensures userProxy in context reflects current localStorage state
- Matches main branch behavior where userSavedProxy was a useState
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
0 commit comments