Skip to content

Commit ecf7596

Browse files
authored
docs: rename unstableViewTransition to unstable_ViewTransition (#7778)
1 parent d05547b commit ecf7596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/ViewTransition.md

+1-1
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)