A
A
Alexander Ivanov2019-03-07 11:26:07
JavaScript
Alexander Ivanov, 2019-03-07 11:26:07

How to fix an error in the console due to promises?

Cannot set property 'touched' of undefined at
eval

[AUTH_LOGOUT]: ({ commit, dispatch }: any, user:any) => {
        return new Promise((resolve, reject) => {
            commit(AUTH_LOGOUT) // если это уберу ошибки не будет как и результата
            resolve()
        })
    },

There is definitely something in the promises

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question