Use polymorphism to ditch the legacyBehavior prop in Next.js
You can't use anymore the legacyBehavior prop with the Link components and you can use the polymorphic component pattern to achieve a clean solution.
Read more
Articles tagged under «Next.js»
You can't use anymore the legacyBehavior prop with the Link components and you can use the polymorphic component pattern to achieve a clean solution.