We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c56726 + 3abe075 commit 8b7b814Copy full SHA for 8b7b814
1 file changed
packages/core/src/platform/patch/getDefaultOptions.web.js
@@ -89,8 +89,8 @@ export function getDefaultOptions ({ type, rawOptions = {} }) {
89
},
90
destroyed () {
91
if (this.__mpxProxy) {
92
- this.__mpxProxy.state = UNMOUNTED
93
this.__mpxProxy.callHook(UNMOUNTED)
+ this.__mpxProxy.state = UNMOUNTED
94
}
95
96
serverPrefetch (...args) {
0 commit comments