Closed mrhut10 closed 2 months ago
Thanks for reporting this and opening a PR. I've published this in nextjs-routes@2.2.2-rc.3 -- LMK if you encounter any issues!
cheers @tatethurston I'll pull that version down hopefully later in the week and let you know. cheers
Currently utilizing plenty of parallel and intercepting routes,
I believe they end up getting typed in using this package wrong.
where we see routes like
/app/blog/@modals/(.)/delete
I suspect we need to ignore the
@
segments, when building routes, then pop segments off based on the convention in nextjs documentationI'm happy to contribute towards this, but might be good to confirm that I'm correct in my assumption/believe what needs doing.