You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified an old project package.json -> vuex: '^3.0.1' , npm i automatically downloaded the latest version (3.5.1) for me, but they are not compatible.
Just a quick note: it's introduced in #1740.
The jQuery promise is now wrapped inside a native Promise, whose keys are not enumerable.
I think the current implementation is more accurate because the documentation has always said the dispatch method "returns a Promise that resolves all triggered action handlers". https://vuex.vuejs.org/api/#dispatch
You should not have relied on the done method, which doesn't exist in the Promise/A+ spec.
Version
3.5.1
Reproduction link
https://codepen.io/so-diao/pen/oNxGVvW
Steps to reproduce
https://codepen.io/so-diao/pen/oNxGVvW
What is expected?
What is actually happening?
I modified an old project
package.json -> vuex: '^3.0.1'
,npm i
automatically downloaded the latest version (3.5.1) for me, but they are not compatible.Why are incompatible changes occurring?
The text was updated successfully, but these errors were encountered: