Skip to content

Commit ccd6bb5

Browse files
MoritzCooksmweiss237
authored andcommitted
fix(BottomSheetContainer): cannot add new property 'value' (#1808)(by @MoritzCooks)
* fix(BottomSheetContainer): `Cannot add new property 'value'` issue * fix(BottomSheetContainer): upload lib * Revert "fix(BottomSheetContainer): upload lib" This reverts commit 5ab27b6. --------- Co-authored-by: MoritzCooks <moritz.weiss95@hotmail.de>
1 parent 28fe84d commit ccd6bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/bottomSheetContainer/BottomSheetContainer.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function BottomSheetContainerComponent({
4848

4949
containerRef.current?.measure(
5050
(_x, _y, _width, _height, _pageX, pageY) => {
51+
if (!containerOffset.value) return;
5152
containerOffset.value = {
5253
top: pageY ?? 0,
5354
left: 0,

0 commit comments

Comments
 (0)