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.
The text was updated successfully, but these errors were encountered:
textContent
is inherited from Node, but in anElement
context it is nevernull
. It can be added toElement
asstring
instead ofstring | null
to eliminate unnecessary null checks.The text was updated successfully, but these errors were encountered: