We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.5.0
https://play.vuejs.org/#eNqNUU1vhCAQ/SsTL3aT3fVObJMee2rvtQfUIaWLQBDNboz/vQMoe2iblBgzbz4e7w1L8WzteZ6wYEU9dk5a/9RoOVjjPLx4HEA4M0B5rgIIjWUuL+BQwLp1pBJAo/Eayz0KPilqC9nO0IxG7UeWEhDZQ7Qew7/nnj8c9ppDPzm9IwAlR8/gPWMAzQdkUApjyjifzszVRGnB1Yg5nS4I5+d8y91f83n8I0VrFNto+uoqr4oA+bCKeyQEUPdyjgGFcX/zSRj32BQyACOilaYAFvCWDvCCtw2dgzRKVYmvSoR1la8pjsX+GPdXg5FWZqmR1i41vjljx4foN3AyeG2/sPOk/vBv+Yq3qDawLJEnaoN1BUbvHJuktpMHf7NI8rtP7C6tuZL6+TSYHtXuKS42mwq27uy/WVy/ASlo1JU=
The value is as same as the check status of the checkbox.
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: 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
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Vue devtools version
6.5.0
Link to minimal reproduction
https://play.vuejs.org/#eNqNUU1vhCAQ/SsTL3aT3fVObJMee2rvtQfUIaWLQBDNboz/vQMoe2iblBgzbz4e7w1L8WzteZ6wYEU9dk5a/9RoOVjjPLx4HEA4M0B5rgIIjWUuL+BQwLp1pBJAo/Eayz0KPilqC9nO0IxG7UeWEhDZQ7Qew7/nnj8c9ppDPzm9IwAlR8/gPWMAzQdkUApjyjifzszVRGnB1Yg5nS4I5+d8y91f83n8I0VrFNto+uoqr4oA+bCKeyQEUPdyjgGFcX/zSRj32BQyACOilaYAFvCWDvCCtw2dgzRKVYmvSoR1la8pjsX+GPdXg5FWZqmR1i41vjljx4foN3AyeG2/sPOk/vBv+Yq3qDawLJEnaoN1BUbvHJuktpMHf7NI8rtP7C6tuZL6+TSYHtXuKS42mwq27uy/WVy/ASlo1JU=
Steps to reproduce & screenshots
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
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.
The text was updated successfully, but these errors were encountered: