Skip to content

Commit a638bcd

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

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
@@ -13409,7 +13409,7 @@ export function Router({ children }) {
1340913409

1341013410
useEffect(() => {
1341113411
function handlePopState() {
13412-
// This should not animate because restoration has to be synchronous.
13412+
// 因为恢复必须是同步的,所以应该没有动画。
1341313413
// Even though it's a transition.
1341413414
startTransition(() => {
1341513415
setRouterState({

0 commit comments

Comments
 (0)