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
Now, this might not be an all-day case, and maybe I'm doing something wrong on my side, but here is the explanation of the issue:
In my code I have a 'ToastMessageSerive', which is a MobX store that holds some basic information regarding 'Toasts' that I want to display.
In this store, I generate a computed property based on an observable property, so far so good.
Now, if I want to use that computed property on a in order to determine the 'v-if', the transition won't work anymore...
Now, this might not be an all-day case, and maybe I'm doing something wrong on my side, but here is the explanation of the issue:
In my code I have a 'ToastMessageSerive', which is a MobX store that holds some basic information regarding 'Toasts' that I want to display.
In this store, I generate a computed property based on an observable property, so far so good.
Now, if I want to use that computed property on a in order to determine the 'v-if', the transition won't work anymore...
Here is the code:
&&
If I would determine the transitions 'v-if' this way, it will work (especially the messages computed value):
Is there something I'm missing?
Or is there something broken?
Btw, I use Nuxt and I have registered: buildModules: ["mobx-vue-lite/nuxt"].
I already used MobX somewhere else for storig values and nothing is wrong in that part of my code.
The text was updated successfully, but these errors were encountered: