Skip to content

Commit 6d767c2

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

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
@@ -4906,7 +4906,7 @@ root.render(
49064906
```js {4,11}
49074907
function navigate(url) {
49084908
startTransition(() => {
4909-
// 原因为"向前导航"的过渡类型
4909+
// 原因为向前导航的过渡类型
49104910
addTransitionType('nav-forward');
49114911
go(url);
49124912
});

0 commit comments

Comments
 (0)