cerebral / overmind

Overmind - Frictionless state management
https://overmindjs.org
MIT License
1.58k stars 95 forks source link

[BUG] Vue State Hooks loses reactivity once using in nested components. #536

Open jdinartejesus opened 3 years ago

jdinartejesus commented 3 years ago

I'm using overmind with vue3, and when using nested State Hooks in nested components the state stop being reactive in Vuejs. I can still see the changes being completed on Overmindjs Devtools but Vuejs doesn't get the new values anymore.

I'll try to create a code example next days to help with debugging.

virtuecoder commented 2 years ago

It's a blocker for me as well

M0dM commented 1 year ago

Hi @jdinartejesus, @virtuecoder do any of you guys have a small project to reproduce the issue and then be able to investigate the issue. I think it could help a lot @christianalfoni or any other people who could have some time to fix this.

jdinartejesus commented 1 year ago

Hi @M0dM, O'm really sorry but moved away from Overmind due to lack of activity. Now only running with Urql.

virtuecoder commented 1 year ago

I stopped using Overmind too, switched to Pinia.