Skip to content

Commit fedf659

Browse files
authored
Merge pull request #168 from Wikia/JoshuaRogan-patch-1
2 parents 06d3e05 + 24ab2a2 commit fedf659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)