We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fe84d commit ccd6bb5Copy full SHA for ccd6bb5
src/components/bottomSheetContainer/BottomSheetContainer.tsx
@@ -48,6 +48,7 @@ function BottomSheetContainerComponent({
48
49
containerRef.current?.measure(
50
(_x, _y, _width, _height, _pageX, pageY) => {
51
+ if (!containerOffset.value) return;
52
containerOffset.value = {
53
top: pageY ?? 0,
54
left: 0,
0 commit comments