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
topic edit modal: Wrap MessageList in functional component.
We can't call Context hooks from SearchMessagesCard because it's
a class component. This wrapper allows the StartEditTopic
callback to be passed to SearchMessagesCard's MessageList child
without breaking the Rules of Hooks.
/* We can't call Context hooks from SearchMessagesCard because it's a class component. This wrapper allows the startEditTopic callback to be passed to this particular MessageList child without breaking Rules of Hooks. */
0 commit comments