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
Move broken selector from exists() to $() for clearer validation
- Reverted isLoggedIn selector back to valid: 'body.logged-in'
- Broke getLoggedInUser selector: 'meta[name="user-login"] >'
- TypeScript now fails with: "Property 'getAttribute' does not exist on type 'never'"
- This clearly demonstrates strict validation is working
Co-authored-by: fregante <[email protected]>
0 commit comments