Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nzmattman's avatar

apple m1 with vue2 and vuex3

Has any one had any issues with vue2 and vuex3 on Apple's new chips?

We have a weird thing where a store's computed property doesn't update when other content changed that the computed property is using.

interestingly it works on the intel chips.

There are no errors either, which makes it a little harder to debug

0 likes
4 replies
MohamedTammam's avatar

I don't think it's related to the chip.

On the machine that you have an issue with, try to re-run the development environment, clear the cache, cookies, localstorage, etc. Then try again.

nzmattman's avatar

@MohamedTammam yip, iv done all that. what we have found from all the computers we have tested, it only fails on those with the M1, which is what is leading me to think it could be that.

My work mate is having the same issue on a different project as well, which leads me to think more that it could be this.

Please or to participate in this conversation.