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
in components/header/index.tsx, there are 2 Link components which have tags as children, I think you may have done this to style them.
I was able to get around the compilation error by adding the legacyBehavior={true} prop to those Links, and verified that the styling does indeed work.
Thanks for the nice example app!
The text was updated successfully, but these errors were encountered:
Just FYI,
in components/header/index.tsx, there are 2 Link components which have tags as children, I think you may have done this to style them.
I was able to get around the compilation error by adding the legacyBehavior={true} prop to those Links, and verified that the styling does indeed work.
Thanks for the nice example app!
The text was updated successfully, but these errors were encountered: