Paul Deshaies Jr

Results 1 comments of Paul Deshaies Jr

THANK YOU!!! Both proposed solution found here worked for me 1) `document.querySelector(".ReactCrop__crop-mask")?.setAttribute("height", "100%")` 2) Remove default crop value `const [crop, setCrop] = useState();` I ended up using option 2. FYI,...