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
Now clicking "Hide it" will trigger TypeError: this._fragment is null in function _set(newState), which is called twice and the second time this._fragment is null.
The text was updated successfully, but these errors were encountered:
(see REPL)
Now clicking "Hide it" will trigger
TypeError: this._fragment is null
infunction _set(newState)
, which is called twice and the second timethis._fragment
isnull
.The text was updated successfully, but these errors were encountered: