Skip to content

Commit 39fae07

Browse files
committed
chore: note
1 parent 2cfaaba commit 39fae07

File tree

1 file changed

+2
-0
lines changed
  • packages/router/src/experimental

1 file changed

+2
-0
lines changed

packages/router/src/experimental/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export {
2525
MatcherPatternPathCustomParams,
2626
// custom param parsers
2727
// TODO: find a more elegant format than having 4 variants per param type
28+
// NOTE: I think in exported types, we should only export the generic version that can
29+
// handle all types of params consistently
2830
PARAM_PARSER_INT,
2931
PARAM_INTEGER_SINGLE,
3032
PARAM_NUMBER_OPTIONAL,

0 commit comments

Comments
 (0)