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
Output of a snapshot from a connected custom component in 3.4.0:
<Connect(CustomComponent) />
The output of a snapshot from the same connected custom component in 3.4.1:
<React.Memo />
A patch update shouldn't have this sort of breaking change. The utility of 3.4.0 is better than 3.4.1 as well as it conveys more information about the component.
The text was updated successfully, but these errors were encountered:
Output of a snapshot from a connected custom component in 3.4.0:
The output of a snapshot from the same connected custom component in 3.4.1:
A patch update shouldn't have this sort of breaking change. The utility of 3.4.0 is better than 3.4.1 as well as it conveys more information about the component.
The text was updated successfully, but these errors were encountered: