Composable used in Component is not reactive
I created a composable "useTimeRecordings()" where I manage state of a few fields e.g.:
And in my component I am using:
And this value is not updated. Any idea why? I am assigning the array correctly, I am using computed props as return and yeah.
Is it because i am not "awaiting" the records?
And in my component I am using:
And this value is not updated. Any idea why? I am assigning the array correctly, I am using computed props as return and yeah.
Is it because i am not "awaiting" the records?