Answer the question
In order to leave comments, you need to log in
'globalThis' is not defined?
const Darko = () => {
const history = useHistory();
const [logout, { loading, error }] = useMutation(LOGOUT, {
onCompleted: () => {
history.push("/");
globalThis.location.reload();
},
fetchPolicy: "no-cache",
});
return <div>...</div>}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question