Skip to content

Commit

Permalink
Replace shallowEqual from recompose by the one from react-reduxin Fil…
Browse files Browse the repository at this point in the history
…eInput (to be skipped once rebasing on master)
  • Loading branch information
Luwangel committed Jul 27, 2020
1 parent cfd91e0 commit fdbc641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/input/FileInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React, {
ReactElement,
} from 'react';
import PropTypes from 'prop-types';
import { shallowEqual } from 'recompose';
import { shallowEqual } from 'react-redux';
import { useDropzone, DropzoneOptions } from 'react-dropzone';
import { makeStyles } from '@material-ui/core/styles';
import FormHelperText from '@material-ui/core/FormHelperText';
Expand Down

0 comments on commit fdbc641

Please sign in to comment.