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
As discussed in remix-run/react-router#1840, the intent was to let the user wrap a <Link> component instead of “fixing” it by monkeypatching React Router.
What do you think about exporting your own <Link> component that uses React Router's <Link> under the hood? This would remove the need for monkeypatching.
The text was updated successfully, but these errors were encountered:
As discussed in remix-run/react-router#1840, the intent was to let the user wrap a
<Link>
component instead of “fixing” it by monkeypatching React Router.What do you think about exporting your own
<Link>
component that uses React Router's<Link>
under the hood? This would remove the need for monkeypatching.The text was updated successfully, but these errors were encountered: