Is there any good way to connect react-image-crop with react-dropzone?
问题 I've been trying to connect react-image-crop with react dropzone, but it's just doesn't seem to work, or i am doing something really wrong. that's my drag and drop component import { useDropzone } from 'react-dropzone'; import React, { useMemo, useCallback, useEffect, useRef } from 'react'; import styles from './index.module.scss'; import { FormField, FormCheckbox, Button } from 'components/common'; import toastr from 'utils/toastr'; import ModalInfoCrop from '../../../ModalnfoCrop'; const