Closed
Description
Vue devtools version
6.5.0
Link to minimal reproduction
Steps to reproduce & screenshots
- Inspect the parent component and expand the item.
- Check the checkbox and the value is not modified.
Screen.Recording.2023-05-08.at.23.15.53.mov
What is expected?
The value is as same as the check status of the checkbox.
What is actually happening?
If the life cycle hook "updated" of the parent component is not triggered, the status of the inspected component will not be sent to the frontend.
System Info
System:
OS: macOS 13.3.1
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 4.80 GB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 16.14.2 - ~/.nodenv/versions/16.14.2/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 8.5.0 - ~/.nodenv/versions/16.14.2/bin/npm
Browsers:
Chrome: 112.0.5615.137
Safari: 16.4
Any additional comments?
I think we can update the status of the inspected component recklessly to ensure that the status is right.
And as the updating function is throttled, it won't cause the performance issue.
Metadata
Metadata
Assignees
Labels
No labels