schema enforcement for route path segments
can you enforce a zod schema for something like
/t/$bar where bar has to be a number (and useParams returns a number)?0 Replies
/t/$bar where bar has to be a number (and useParams returns a number)?