Uladzislau Bodryi

Results 2 comments of Uladzislau Bodryi

@daFoggo Hello! As a workaround, you can add unique key to ReactCrop component, so it will rerender every time your image updates. ```tsx setCrop(percentCrop)} onComplete={(c) => setCompletedCrop(c)} > {/* Your...

Hi! Encountering same issue when using css modules. ```css .form :global(.react-datepicker__time-list-item:hover) {} ``` As a workaround, we can move `:hover` out of `:global()` selector and it definitely works. But the...