Open
Description
openedon Apr 1, 2024
🐛 The bug
When I change the value in the useState, inside a compsable, the new value is not populated proeprly.
Reproduction process
- open devtools -> payload and see
test-my-test
- click
Update
button - reload value in the devtools (it's still empty)
🛠️ To reproduce
https://stackblitz.com/~/github.com/kleinpetr/nuxt-playground/tree/devtools-usestate-reactivity
🌈 Expected behavior
I would expect the property is being updated.
ℹ️ Additional context
When you reload the page with closed devtools, then hit the Update
button and then open them, the value is there and when you click for example to Add string
and reload the value, it works correctly but once you hit the Update
button again and then reload value in devtools it's stucked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment