Skip to content

Commit 24ab2a2

Browse files
author
Josh Rogan
authored
Update README.md
1 parent 06d3e05 commit 24ab2a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/hooks/usePortal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Automatically handles creating and tearing-down the root elements (no SRR makes
66
## Usage
77

88
```js static
9-
import usePortal from '@react-common/hooks/useLazyLoad';
9+
import usePortal from '@react-common/hooks/usePortal';
1010

1111
function Component({ id, children }) {
1212
const target = usePortal(id, [id]);

0 commit comments

Comments
 (0)