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 problem is, that the exact prop is not forwarded to the NavLink. As the `shouldForwardProp' function used by rebassonly forwards hmtl attributes. Is there a workaround to this?
The text was updated successfully, but these errors were encountered:
joshiste
changed the title
Rendering a Link as react router link
Rendering a Link as react router link loses props
Sep 22, 2020
currently I'm using this approach to render a react-router-dom NavLink with rebass:
The problem is, that the
exact
prop is not forwarded to the NavLink. As the `shouldForwardProp' function used by rebass only forwards hmtl attributes. Is there a workaround to this?The text was updated successfully, but these errors were encountered: