We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ae72a commit a129f12Copy full SHA for a129f12
packages/experiments-playground/src/router/index.ts
@@ -119,7 +119,7 @@ const r_profiles_detail = normalizeRouteRecord({
119
// this version handles all kind of params but in practice,
120
// the generation should recognize this is a single required param
121
// and therefore userId is of type number
122
- userId: PARAM_PARSER_INT,
+ userId: [PARAM_PARSER_INT],
123
},
124
['profiles', 1]
125
),
0 commit comments