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
That's some really awkward platform having a problem with something like that :) I suppose it cannot hurt anything, so if you are willing to provide PR for both versions, it will likely be merged.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or questions.
lockbot
locked as resolved and limited conversation to collaborators
Oct 8, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run mobx in appx of alipay,it's thow error caused by
self
inmobx/src/utils/iterable.ts
Line 6 in f944b54
and
global
inmobx/src/core/globalstate.ts
Line 183 in 6f095ed
in Alipay appx, the
global
,self
cannot be used and defined.It can be fixed simply by
and
finally, it's better to update both v4 and v5
The text was updated successfully, but these errors were encountered: