next.js icon indicating copy to clipboard operation
next.js copied to clipboard

Update 10-parallel-routes.mdx

Open Fortivera opened this issue 1 year ago • 2 comments

The logic for the Link is missing, need to look over this example to show proper implementation

Fortivera avatar Jan 30 '24 22:01 Fortivera

@Fortivera Thank you for submitting a :pr:!

I'm not seeing a <Link> component being used in the snippet :hmm:. I do see that the switcher is not working correctly because of a missing ".

samcx avatar Jan 31 '24 04:01 samcx

@Fortivera Thank you for submitting a :pr:!

I'm not seeing a <Link> component being used in the snippet :hmm:. I do see that the switcher is not working correctly because of a missing ".

Yeah, good catch but in general if you read the example its trying to say that you can go back using the "route.back()" or with a Link component. I personally do not know what type of logic was supposed to be used there by the developers. Right now it is just simply missing the Link component

Fortivera avatar Jan 31 '24 23:01 Fortivera

Duplicate of https://github.com/vercel/next.js/pull/61446

leerob avatar Feb 04 '24 17:02 leerob