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.
2 parents 6e4cbc8 + d3d07d7 commit 266b6e3Copy full SHA for 266b6e3
docs/examples/catch-all.md
@@ -8,7 +8,8 @@ We want to catch all `/foo/bar`, `/foo/bar/baz` and `/foo/bar/baz/test` paths.
8
9
## Solution
10
11
-Since we use [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp) for path matching, this route won't differ from others:
+Since we use [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp/tree/v6.2.0) for path matching, this route won't differ from others:
12
+* important: path-to-regexp version 6.2.0. newest version has different api
13
14
```ts
15
import { createRoute, createHistoryRouter } from 'atomic-router'
0 commit comments