Closed cassiozen closed 3 years ago
If the user is passing send down to child components, and these child components use React.memo or PureComponent, the send method will force a render anyways.
send
React.memo
PureComponent
Not a huge issue, but it should be dealt with.
If the user is passing
send
down to child components, and these child components useReact.memo
orPureComponent
, thesend
method will force a render anyways.Not a huge issue, but it should be dealt with.