vue/no-setup-props-destructure
false negatives in object or array initialization
#2007
Closed
2 tasks done
Labels
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
In setup function:
What did you expect to happen?
An error is thrown for all statements, because they all destructure the props object, causing them to lose reactivity.
What actually happened?
Only an error for the first statement.
Repository to reproduce this issue
None created yet, will do if required.
The text was updated successfully, but these errors were encountered: