Skip to content

Commit 98d01da

Browse files
committed
Merge branch 'main' of https://github.com/reactjs/reactjs.org into sync-ecf75969
2 parents cd0787c + ecf7596 commit 98d01da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/ViewTransition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Experimental versions of React may contain bugs. Don't use them in production.
2323

2424

2525
```js
26-
import {unstableViewTransition as ViewTransition} from 'react';
26+
import {unstable_ViewTransition as ViewTransition} from 'react';
2727

2828
<ViewTransition>
2929
<div>...</div>

0 commit comments

Comments
 (0)