You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to happen?
Reporting as the default value of option shallowOnly for this rule is false.
What actually happened?
Not reporting unless referencing from the original props.queryFormDeps
- uniqueParams.value.postTypes.value = from; // to prevent empty post types+ props.queryFormDeps.uniqueParams.value.postTypes.value = from; // to prevent empty post types
The text was updated successfully, but these errors were encountered:
n0099
changed the title
false negative of vue/no-mutating-props when mutating deconstructed prop
false negative of vue/no-mutating-props when mutating destructed prop
Sep 6, 2024
Checklist
Tell us about your environment
Please show your full configuration:
https://github.com/n0099/open-tbm/blob/fec399a0c9e462c77aaf5e6d5a081529428d8597/fe/eslint.config.js
What did you do?
https://github.com/n0099/open-tbm/blob/fec399a0c9e462c77aaf5e6d5a081529428d8597/fe/src/components/post/queryForm/QueryForm.vue#L241
What did you expect to happen?
Reporting as the default value of option
shallowOnly
for this rule isfalse
.What actually happened?
Not reporting unless referencing from the original
props.queryFormDeps
Repository to reproduce this issue
https://github.com/n0099/open-tbm/blob/fec399a0c9e462c77aaf5e6d5a081529428d8597/fe
The text was updated successfully, but these errors were encountered: