fixed typo (#7785)

This commit is contained in:
Dhuruv Bansal
2025-04-29 00:15:03 +05:30
committed by GitHub
parent ecf75969ef
commit 92dfd8c00c

View File

@@ -41,7 +41,7 @@ Experimental versions of React may contain bugs. Don't use them in production.
Wrap a part of the UI in `<Activity>` to manage its visibility state:
```js
import {unstableActivity as Activity} from 'react';
import {unstable_Activity as Activity} from 'react';
<Activity mode={isVisible ? 'visible' : 'hidden'}>
<Page />