Lucas de Lima Martins de Souza
Lucas de Lima Martins de Souza
> This works for me ! [#132 (comment)](https://github.com/jeremybarbet/react-native-modalize/issues/132#issuecomment-875458935) > > For modalHeight setting case: > > ```js > // It's useful to define modalHeight before component props. > const modalHeight...
For me 2 solutions worked: 1. Remove PopoverPrimitive.Portal - Simpler but may affect operation 2. Use the onWheel configuration in PopoverPrimitive.Content mentioned above by @pa4080 in conjunction with the ScrollArea...
> > Getting the same error when on `prettier@3` with the following config: > > ```js > > //prettier.config.js > > > > /** @type {import('prettier').Config} */ > > module.exports...