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: Resolve double-click bug in custom region selection
The useEffect was conflicting with manual state changes, causing
users to need to click 'Custom region...' twice before the input
field would appear. Fixed by only running the initialization
effect on component mount rather than on every region change.
0 commit comments