@mpxjs/core 2.9.46 → 2.9.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/core",
3
- "version": "2.9.46",
3
+ "version": "2.9.47",
4
4
  "description": "mpx runtime core",
5
5
  "keywords": [
6
6
  "miniprogram",
@@ -81,5 +81,5 @@
81
81
  "url": "https://github.com/didi/mpx/issues"
82
82
  },
83
83
  "sideEffects": false,
84
- "gitHead": "310d4b0986313835bb30f027983c2bc1b64814c6"
84
+ "gitHead": "3fe5773884ffeb99732414fe5d2d64b7f76d4c78"
85
85
  }
package/src/core/proxy.js CHANGED
@@ -202,8 +202,8 @@ export default class MpxProxy {
202
202
  this.callHook(BEFOREUNMOUNT)
203
203
  this.scope?.stop()
204
204
  if (this.update) this.update.active = false
205
- this.state = UNMOUNTED
206
205
  this.callHook(UNMOUNTED)
206
+ this.state = UNMOUNTED
207
207
  }
208
208
 
209
209
  isUnmounted () {