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
I recently opened an SO question to understand this in the case of appendChild; it really seems like this should be modeled as returning Effect[Unit] (otherwise it is bit confusing and one has to use discard in some form). There may be other methods like this, but so far, this is the only one I've come across while writing my own code.