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.
1 parent 4db946e commit 67e9097Copy full SHA for 67e9097
src/components/bottomSheetModal/BottomSheetModal.tsx
@@ -75,7 +75,7 @@ function BottomSheetModalComponent<T = any>(
75
unmountSheet,
76
willUnmountSheet,
77
} = useBottomSheetModalInternal();
78
- const { removePortal: unmountPortal } = usePortal();
+ const { removePortal: unmountPortal } = usePortal(hostName);
79
//#endregion
80
81
//#region refs
0 commit comments