Skip to content

Commit 92dfd8c

Browse files
authored
fixed typo (#7785)
1 parent ecf7596 commit 92dfd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/Activity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Experimental versions of React may contain bugs. Don't use them in production.
4141
Wrap a part of the UI in `<Activity>` to manage its visibility state:
4242

4343
```js
44-
import {unstableActivity as Activity} from 'react';
44+
import {unstable_Activity as Activity} from 'react';
4545

4646
<Activity mode={isVisible ? 'visible' : 'hidden'}>
4747
<Page />

0 commit comments

Comments
 (0)