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
Hi, setting dynamic refs does break React.memo component behaviour, it always re-renders even if you return true on the memo callback function. Once you remove the ref={setRef(....)} on the child component, it works as expected.
The text was updated successfully, but these errors were encountered:
Hi, setting dynamic refs does break React.memo component behaviour, it always re-renders even if you return true on the memo callback function. Once you remove the ref={setRef(....)} on the child component, it works as expected.
The text was updated successfully, but these errors were encountered: