Skip to content

Commit f852c29

Browse files
committed
Merge branch 'main' into release-next
2 parents 0b89da3 + 853a938 commit f852c29

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.github/workflows/release-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: 📝 Comment on related issues and pull requests
18-
uses: mcansh/release-comment-action@v0.3.1
18+
uses: remix-run/release-comment-action@v0.4.1
1919
with:
2020
DIRECTORY_TO_CHECK: "./packages"
2121
PACKAGE_NAME: "react-router"

contributors.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- avipatel97
2121
- awreese
2222
- aymanemadidi
23+
- babafemij-k
2324
- bavardage
2425
- bbrowning918
2526
- BDomzalski
@@ -83,6 +84,7 @@
8384
- Isammoc
8485
- ivanjeremic
8586
- ivanjonas
87+
- Ivanrenes
8688
- JackPriceBurns
8789
- jacob-ebey
8890
- JaffParker
@@ -143,6 +145,7 @@
143145
- mfijas
144146
- MichaelDeBoey
145147
- michal-antczak
148+
- mikib0
146149
- minami-minami
147150
- minthulim
148151
- modex98
@@ -212,4 +215,3 @@
212215
- yionr
213216
- yuleicul
214217
- zheng-chuang
215-
- Ivanrenes

docs/components/nav-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can pass a render prop as children to customize the content of the `<NavLink
8282

8383
## `end`
8484

85-
The `end` prop changes the matching logic for the `active` and `pending` states to only match to the "end" of the NavLinks's `to` path. If the URL is longer than `to`, it will no longer be considered active.
85+
The `end` prop changes the matching logic for the `active` and `pending` states to only match to the "end" of the NavLink's `to` path. If the URL is longer than `to`, it will no longer be considered active.
8686

8787
Without the end prop, this link is always active because every URL matches `/`.
8888

docs/start/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ If all the teams are in a list on the left then an empty outlet means you've got
631631

632632
Another way to think of an index route is that it's the default child route when the parent matches but none of its children do.
633633

634-
Depending on the user interface, you might not need an index route, but if there is any sort of persistent navigation in the parent route you'll most likely want index route to fill the space when the user hasn't clicked one of the items yet.
634+
Depending on the user interface, you might not need an index route, but if there is any sort of persistent navigation in the parent route you'll most likely want an index route to fill the space when the user hasn't clicked one of the items yet.
635635

636636
### Layout Routes
637637

docs/start/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ Alright, we're ready to click the star next to the user's name!
17841784

17851785
<img class="tutorial" loading="lazy" src="/_docs/tutorial/24.webp" />
17861786

1787-
Check that out, both stars automatically update. Our new `<fetcher.Form method="post">` works almost exactly like a the `<Form>` we've been using: it calls the action and then all data is revalidated automatically--even your errors will be caught the same way.
1787+
Check that out, both stars automatically update. Our new `<fetcher.Form method="post">` works almost exactly like the `<Form>` we've been using: it calls the action and then all data is revalidated automatically--even your errors will be caught the same way.
17881788

17891789
There is one key difference though, it's not a navigation--the URL doesn't change, the history stack is unaffected.
17901790

0 commit comments

Comments
 (0)