Raphael

Results 8 comments of Raphael

This is exactly what I've missed! I would love such a hook. Definitely a big +1 from me for this feature.

This feature would make my life so much easier right now. Any updates on this?

I created a minimal repo that reproduces the problem: https://github.com/signorbusi/vite-react-app ```bash git clone https://github.com/signorbusi/vite-react-app && cd vite-react-app pnpm install pnpm dev ```

Actually the module specified here in the package.json doesn't exist at all in the package: https://github.com/harmony-one/sdk/blob/master/packages/harmony-crypto/package.json#L8

@squaredx thank you for providing this solution and saving me hours of head scratching! Unbelievable that such important "details" are nowhere to be found in the Meta documentation!

Does anyone understand why this is happening? I don't understand why the tap is going through the backdrop... And mobile Safari seems to be the only browser behaving like this....

After some investigation I found the root of the problem: The Reach UI portal that contains the bottom sheet needs to have the full height. So by adding this CSS...