NextJs inside monorepo packages/shared.
Unanswered
Texas leafcutting ant posted this in #help-forum
Texas leafcutting antOP
Hi, is it bad practice to have nextjs components used inside packages/shared in a monorepo? I found this discussion (https://github.com/vercel/turbo/discussions/5866), which indicates that you should pass the component in when calling it eg. <MyLinkFromShared linkComponent={NextLink} href="/about"> is that right?