mobxjs/mobx-vue-lite

The example is not working

Closed this issue · 3 comments

I'm trying to use mobx with vue3 but I can't seem to get it working. The example doesn't work either.

@wobsoriano , look here

Hi, there seems to be a problem with the demo link. I'll check. What do you have so far? Vue version? Any repro? Thanks!

I managed to get it working. I am on Vue 3.2.20.

However, I get many warnings about state being read outside of a reactive context, despite everything working. I can't easily share the code but when I have a bit more time I'll try to create a small example with the warnings.