We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea398cc commit 396cd87Copy full SHA for 396cd87
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