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
Using a styled.a (or anything else that maps href to an a) inside NextLink is not possible because it will fail the child.type test. Maybe remove all the magic and checking completely and add a warning in some other way? Maybe in the onClick handler?
It's an anti-pattern. I'd like
<Link>
to only be an abstract higher-order component that decorates whatever is insideThe text was updated successfully, but these errors were encountered: