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
The text was updated successfully, but these errors were encountered:
robertvasile
changed the title
Add react-router's NavLink ref issue to MUI Caveat with refs Guide
Add react-router's NavLink ref issue to MUI "Caveat with refs" Guide
Aug 20, 2019
Summary 💡
Quoting @oliviertassinari in #15903,
Examples 🌈
const ForwardNavLink = React.forwardRef((props, ref) => ( <NavLink {...props} innerRef={ref} /> ));
Motivation 🔦
this should be added to https://material-ui.com/guides/composition/#caveat-with-refs
The text was updated successfully, but these errors were encountered: