**π The bug** I got this warning on just page component.  **π οΈ To reproduce** Steps to reproduce the behavior: If define a computed property like this (array manipulate: map, find, filter etc): ```js const myComputed = computed(() => { return [{ item: 'a' }, { item: 'b' }].map(item => item); }); return { myComputed } ``` If not return in the setup() function, then not show the warning message.... **βΉοΈ Additional context** In the options API, that working fine.
π The bug

I got this warning on just page component.
π οΈ To reproduce
Steps to reproduce the behavior:
If define a computed property like this (array manipulate: map, find, filter etc):
If not return in the setup() function, then not show the warning message....
βΉοΈ Additional context
In the options API, that working fine.