-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
Description
Vue version
3.4.19
Link to minimal reproduction
Steps to reproduce
After the last update I get this warning, but as far as I know I don't have side effects in the computed properties, eslint would warn me about this.
If there are such side effects, the warning is not helping me find them. To make this warning useful it would need to say the name of the computed property. As it is now, it is more just yellow noise in the console.
What is expected?
To either not show warnings, or if it does, to give me the exact name of the computed property and if possible why it thinks it is dirty.
What is actually happening?
I get warnings I can't act upon.
System Info
System:
OS: Windows 10 10.0.19045
CPU: (16) x64 AMD Ryzen 7 3700X 8-Core Processor
Memory: 10.28 GB / 31.93 GB
Binaries:
Node: 20.11.0 - C:\Program Files\nodejs\node.EXE
npm: 10.2.4 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Chromium (121.0.2277.112)
Internet Explorer: 11.0.19041.3636
npmPackages:
vue: ^3.4.19 => 3.4.19
Any additional comments?
I am not sure if the computed properties it complains about are actual computed declared in the component or state data imported with mapState
or mapGetters
CoolDude53, osvodef, vladyslav-mikhieiev, solaris7791, emikoshi and 24 more