We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d3e05 commit 24ab2a2Copy full SHA for 24ab2a2
1 file changed
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