Skip to content

Commit

Permalink
fix(BottomSheetContainer): cannot add new property 'value' (#1808)(by @…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
MoritzCooks and mweiss237 committed May 19, 2024
1 parent 2b37e06 commit e294d1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function BottomSheetContainerComponent({

containerRef.current?.measure(
(_x, _y, _width, _height, _pageX, pageY) => {
if (!containerOffset.value) return;
containerOffset.value = {
top: pageY ?? 0,
left: 0,
Expand Down

0 comments on commit e294d1c

Please sign in to comment.