cant you see logs?
This commit is contained in:
@@ -63,8 +63,7 @@ export default function UserProfilePage() {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
fetchUser();
|
fetchUser();
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
}, [reset]);
|
||||||
}, []);
|
|
||||||
|
|
||||||
const onSubmit: SubmitHandler<UserProfileFormValues> = (data) => {
|
const onSubmit: SubmitHandler<UserProfileFormValues> = (data) => {
|
||||||
startSavingTransition(async () => {
|
startSavingTransition(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user