-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
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
fix: reactivity of useState is not populated properly #643
Labels
bug
Something isn't working
Comments
hichem-dahi
pushed a commit
to hichem-dahi/devtools
that referenced
this issue
May 15, 2024
hichem-dahi
pushed a commit
to hichem-dahi/devtools
that referenced
this issue
May 16, 2024
hichem-dahi
pushed a commit
to hichem-dahi/devtools
that referenced
this issue
May 16, 2024
hichem-dahi
pushed a commit
to hichem-dahi/devtools
that referenced
this issue
Jun 23, 2024
hichem-dahi
pushed a commit
to hichem-dahi/devtools
that referenced
this issue
Jun 26, 2024
hichem-dahi
pushed a commit
to hichem-dahi/devtools
that referenced
this issue
Jun 28, 2024
hichem-dahi
pushed a commit
to hichem-dahi/devtools
that referenced
this issue
Jun 30, 2024
…te useState reactively (nuxt#643)
hichem-dahi
pushed a commit
to hichem-dahi/devtools
that referenced
this issue
Jun 30, 2024
…te useState reactively (nuxt#643)
hichem-dahi
added a commit
to hichem-dahi/devtools
that referenced
this issue
Jun 30, 2024
…te useState reactively (nuxt#643)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 The bug
When I change the value in the useState, inside a compsable, the new value is not populated proeprly.
Reproduction process
test-my-test
Update
button🛠️ 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 toAdd string
and reload the value, it works correctly but once you hit theUpdate
button again and then reload value in devtools it's stucked.The text was updated successfully, but these errors were encountered: