'Can i use reactive() in nuxt3 composables?

I see nuxt3 docs says here

enter image description here

Is this only a problem with using ref() or is it even a problem with using reactive()? Can i do const state = reactive({})?

(I cannot use useState as need to store a class instance and useState doesn't support that.)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source