You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
found out that the nested folders with flat files does not work on windows.
example:
└── users+
├─ $userId.tsx
on linux you would get auth+/$userId.tsx but on windows you get auth+\$userId.tsx,
seems to be that routeRegex in defaultOptions is not correct, at least does not support win backslashes .
Regards, Thorsteinn
The text was updated successfully, but these errors were encountered:
Hi,
found out that the nested folders with flat files does not work on windows.
example:
on linux you would get auth+/$userId.tsx but on windows you get auth+\$userId.tsx,
seems to be that routeRegex in defaultOptions is not correct, at least does not support win backslashes .
Regards, Thorsteinn
The text was updated successfully, but these errors were encountered: