We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f86aeca + 396cd87 commit 19d84f8Copy full SHA for 19d84f8
docs/guides/path-matching.md
@@ -84,6 +84,8 @@ does not match:
84
path: /file/*
85
matches:
86
/file/foo.js
87
+ this.props.params: {splat: 'foo.js'}
88
+ /file/foo.bar.js
89
this.props.params: {splat: 'foo.bar.js'}
90
/file/quux/baz.js
91
this.props.params: {splat: 'quux/baz.js'}
0 commit comments