Akrom
Results
2
comments of
Akrom
This seems to have been fixed on main branch now. Refer to my comment https://github.com/ianstormtaylor/slate/issues/4691#issuecomment-986389528
I ended up using usePreventScroll from `@react-aria/[email protected]` and it worked perfectly on IOS devices. ```js import { usePreventScroll } from '@react-aria/overlays'; export const MyComponent = () => { ... usePreventScroll({...