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
Warning: React does not recognize the `dataSet` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `dataset` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Warning: Unknown event handler property `onPress`. It will be ignored.
Warning: Received `true` for a non-boolean attribute `accessible`.
Warning: Unknown event handler property `onPressIn`. It will be ignored.
Warning: Unknown event handler property `onPressOut`. It will be ignored.
Warning: Unknown event handler property `onHoverIn`. It will be ignored.
Warning: Unknown event handler property `onHoverOut`. It will be ignored.
I'm trying to update an ejected Link component to use the Next.js Link underneath:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to update an ejected
Link
component to use the Next.js Link underneath:What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions