Skip to content

Commit

Permalink
fix(BottomSheetContainer): Cannot add new property 'value' issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mweiss237 committed Nov 29, 2023
1 parent 65b5dc0 commit 056ba00
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 056ba00

Please sign in to comment.