Valentin Thomas
Valentin Thomas
That can explain my secondary problem: ``` profile/index.tsx profile.[_general]/index.tsx profile.[_security]/index.tsx ``` Throwing an error on build like the escaping special chars doesn't work either.
A way to bypass the original problem: Keep your parent route as a file, but you can use children route with the directory version Like this: ``` profile.tsx profile.general/index.tsx profile.security/index.tsx...
Same for me. Perfect ! Good job team ! 🎉
Just finished chapter-1 to chapter-6 So it seem to work now.