State not updating in nested components after MobX action in Next.js application
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-05-31
react mobx next.js state-management
I'm facing an issue where the state managed by MobX is not updating correctly in my nested components after performing an action. I'm using MobX v6.0.0 and Next...