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: recompute QR pick URL when session ID changes
Session ID is now generated on modal open (not mount), so the URL hook
must react to changes. Restructured usePickUrl to derive the URL via
useMemo and only use an effect for the localhost LAN IP fetch.
0 commit comments