Skip to content

Commit c132595

Browse files
authored
Update src/content/blog/2025/04/23/react-labs-view-transitions-activity-and-more.md
1 parent 6ea8694 commit c132595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2025/04/23/react-labs-view-transitions-activity-and-more.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5449,7 +5449,7 @@ export function Router({ children }) {
54495449

54505450
function navigate(url) {
54515451
startTransition(() => {
5452-
// Transition type for the cause "nav forward"
5452+
// 原因为“向前导航”的过渡类型
54535453
addTransitionType('nav-forward');
54545454
go(url);
54555455
});

0 commit comments

Comments
 (0)