Relative Content

Tag Archive for javascriptvue.jsvuejs3vue-reactivity

Tracking down the root cause of unexpected reactivity in Vue 3 components

I am currently working on a fairly simple Vue-3 app, but experiencing an issue I’m not sure how to find the root cause of. In my app I have a view which is being rendered via the router. This view has some simple state (an object ref for storing the values of some text fields, and a boolean ref for toggling a modal on and off), and also makes use of a single state object from a pinia store.