OptionalParams in route not working
I'm not getting the expected result using optional params
- routes
-- users
---- [[id]].tsx
---- index.tsx
-- [...404].tsx
url: http://localhost:3000/users/1/2
It is routing to [...404]
- routes
-- users
---- [[id]].tsx
---- index.tsx
-- [...404].tsx
url: http://localhost:3000/users/1/2
[[id]].tsxIt is routing to [...404]
