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
Do you want to add "Error handling when an error is thrown in detachRef callbacks" from the umbrella? Maybe we're happy with how it works already. However, I believe this case might be problematic: return <ErrorBoundary><div ref={n => n.width} /><div ref={n => this.b = n} /></ErrorBoundary>; since during unmount the first will throw, and the second won't be cleaned up.
Uh oh!
There was an error while loading. Please reload this page.
Filing this as a todo list for myself.
visiblity: hidden
)batchedUpdates
([Fiber] Use synchronous scheduling by default #8127 (comment), [Fiber] Use synchronous scheduling by default #8127 (comment))The text was updated successfully, but these errors were encountered: