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 a637a3a commit 6a6fa59Copy full SHA for 6a6fa59
.changeset/moody-pants-own.md
@@ -10,7 +10,7 @@ Optional segments won't be available in Remix until Remix is built on top of Rea
10
Converts segments surrounded by parenthesis into optional segments for React Router.
11
For example `/($lang)/about` will be converted to `/:lang?/about` in React Router.
12
13
-This means `/($lang/about)` would match:
+This means `/($lang)/about` would match:
14
15
```
16
/en/about
contributors.yml
@@ -462,3 +462,4 @@
462
- zainfathoni
463
- zhe
464
- dabdine
465
+- akamfoad
0 commit comments