'globalThis' is not defined

前端 未结 0 2017
暖寄归人
暖寄归人 2021-02-09 11:34

this my code

const Darko = () => {
  const history = useHistory();
  const [logout, { loading, error }] = useMutation(LOGOUT, {
    onCompleted: () => {
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题