This is the error thrown at me: Error: Multiple children were passed to <Link> withhrefof/auth/sign-upbut only one child is supported https://nextjs.org/docs/messages/link-multiple-children
I've tried this as well but same error is thrown.
{
"sign-up-modal-message": "or <link><a>Sign Up</a></link> if you do not have an account."
}
So this is the code that I have
This is the error thrown at me:
Error: Multiple children were passed to <Link> with
hrefof
/auth/sign-upbut only one child is supported https://nextjs.org/docs/messages/link-multiple-children
I've tried this as well but same error is thrown.
It works fine as a link if I only pass
<Link />
in the components prop but obviously I cannot style my link.