mirror of
https://github.com/strapi/strapi.git
synced 2025-08-14 03:34:53 +00:00
eslint dep
This commit is contained in:
parent
249bfbdde9
commit
9ebc543bdd
@ -77,9 +77,8 @@ function EditView() {
|
||||
isMounted.current = false;
|
||||
abortController.abort();
|
||||
};
|
||||
|
||||
/* eslint-disable-next-line react-hooks/exhaustive-deps */
|
||||
}, [abortController, id, isCreating]);
|
||||
//eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [id, isCreating]);
|
||||
|
||||
const { name } = modifiedData;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user