We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf7596 commit 92dfd8cCopy full SHA for 92dfd8c
src/content/reference/react/Activity.md
@@ -41,7 +41,7 @@ Experimental versions of React may contain bugs. Don't use them in production.
41
Wrap a part of the UI in `<Activity>` to manage its visibility state:
42
43
```js
44
-import {unstableActivity as Activity} from 'react';
+import {unstable_Activity as Activity} from 'react';
45
46
<Activity mode={isVisible ? 'visible' : 'hidden'}>
47
<Page />
0 commit comments