1👍
✅
It is because ref variable being passed into the child component shouldn’t be destructed here: const {Candidati} = defineProps(['Candidati']);
.
It’ll lose reactivity like the error says. See: in vue 3.3 alpha 4 props destructure
Source:stackexchange.com