In this video, we learn why it’s not a good idea to de-structure reactive data defined with the reactive function. Instead you should:
toRefs
Finally, when creating your composables, definitely make sure you aren’t just returning a reactive object. Why? Because most Vue developers expect composables to be destructurable.