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
Hello, I have just started this project and I am on the first Chapter where we add the Header component to the Index Page.
After Adding the Component to Index, I received the following error:
Unhandled Runtime Error
Error: Invalid with child. Please remove or use .
The error provides a link (see below) with a work around.
Hello, I have just started this project and I am on the first Chapter where we add the Header component to the Index Page.
After Adding the Component to Index, I received the following error:
Unhandled Runtime Error
Error: Invalid with child. Please remove or use .
The error provides a link (see below) with a work around.
Work Around - Add
legacyBehavior
to your Link tag before the closing. See Reference below.https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor.
The text was updated successfully, but these errors were encountered: