Next.js Discord

Discord Forum

Parallel routes with template.tsx

Unanswered
Tonkinese posted this in #help-forum
Open in Discord
TonkineseOP
I had successful implemented parallel routes, so my nested layout.tsx file is receiving 2 slots - children, and "modal".
But when i change the file from layout to template, it stops receiving the modal slot (it still receives the children)
Isn't it possible to use template.tsx with parallel routes?

2 Replies