Merge pull request #2168 from spotify/dependabot/npm_and_yarn/react-hook-form-6.6.0

chore(deps): bump react-hook-form from 5.7.2 to 6.6.0
This commit is contained in:
Fredrik Adelöw
2020-08-31 13:38:54 +02:00
committed by GitHub
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"@material-ui/lab": "4.0.0-alpha.45",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^5.7.2",
"react-hook-form": "^6.6.0",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^15.3.3"
@@ -49,7 +49,7 @@ const RegisterComponentForm: FC<Props> = ({ onSubmit, submitting }) => {
});
const classes = useStyles();
const hasErrors = !!errors.componentLocation;
const dirty = formState?.dirty;
const dirty = formState?.isDirty;
return submitting ? (
<LinearProgress data-testid="loading-progress" />