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
[withStyles] Conditionally forward ref to inner component
React.forwardRef was added in React 16.3, but since this package still supports older versions of React, we conditionally fork the application of the forwarded ref. We will remove the fork in favor of always forwarding the ref in a later breaking change version. context: #240 (comment)
0 commit comments