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
Improvement to user mentions functionality added in #24287.
The higher-order component withUserMentions currently requires the wrapped component to do a React.forwardRef so we can access the DOM node. According to the docs, we can move this ref forwarding into the HOC itself:
Improvement to user mentions functionality added in #24287.
The higher-order component
withUserMentions
currently requires the wrapped component to do aReact.forwardRef
so we can access the DOM node. According to the docs, we can move this ref forwarding into the HOC itself:https://reactjs.org/docs/forwarding-refs.html
The text was updated successfully, but these errors were encountered: