We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06d3e05 + 24ab2a2 commit fedf659Copy full SHA for fedf659
source/hooks/usePortal/README.md
@@ -6,7 +6,7 @@ Automatically handles creating and tearing-down the root elements (no SRR makes
6
## Usage
7
8
```js static
9
-import usePortal from '@react-common/hooks/useLazyLoad';
+import usePortal from '@react-common/hooks/usePortal';
10
11
function Component({ id, children }) {
12
const target = usePortal(id, [id]);
0 commit comments