Kasim

Results 4 comments of Kasim

Hi. I don't know if you've solved the problem, but I had the same problem today. If you do as in the example below, the high probability of the problem...

If you update the mobx-state-tree package, the problem will probably be resolved. At least it was the solution for me. `yarn upgrade mobx-state-tree --latest`

Alternatively, just add the following code into the global style. ``` body { &.ReactModal__Body--open { overflow: hidden; height: 100vh; } } ```

> Here is how you can open it manually with hooks: > > ```js > import { useRef } from 'react'; > > // ... > > const datePickerRef =...