You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble opening BottomSheet so its height is the same as the height of its children.
Not sure am I missing something stupidly obvious or this isn't possible in V3.
I have tried something simillarto this issue, the app crashes if I don't add the key, here is rough example:
With the key prop it "almost" works, I have to tap twice on the button to open the modal.
The first time it just flashes and disappears, but after that everything is 👍
Ofc. this is not acceptable, but this is the furthest I got 😩
For V2 there was this issue, but as far as I can see, the prop shouldMeasureContentHeight doesn't exist in V3.
Could someone please help me out :), it would be very much appreciated 🙂?
P.S.
I know I could add useEffect to simulate/force the second click, but I am looking for less hacky solutions 🙂
The text was updated successfully, but these errors were encountered:
Hello,
I'm having trouble opening
BottomSheet
so its height is the same as the height of its children.Not sure am I missing something stupidly obvious or this isn't possible in V3.
I have tried something simillarto this issue, the app crashes if I don't add the key, here is rough example:
With the
key
prop it "almost" works, I have to tap twice on the button to open the modal.The first time it just flashes and disappears, but after that everything is 👍
Ofc. this is not acceptable, but this is the furthest I got 😩
For V2 there was this issue, but as far as I can see, the prop
shouldMeasureContentHeight
doesn't exist in V3.Could someone please help me out :), it would be very much appreciated 🙂?
P.S.
I know I could add
useEffect
to simulate/force the second click, but I am looking for less hacky solutions 🙂The text was updated successfully, but these errors were encountered: