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
Reason React has silent updates. Meaning it's a normal update in the state queue that can be reverted. The only difference is, it doesn't need a rerender by itself. If props have changed, it does rerender.
Unclear if we expose this to the existing ClassComponent API or make it a feature of new APIs.
eldh, bsansouci, hsavit1, mathieumg, baransu and 1 more