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
textContent is inherited from Node, but in an Element context it is never null. It can be added to Element as string instead of string | null to eliminate unnecessary null checks.