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
2.0.16
4.22.0
updating state by doing state.someValue = value does not trigger the proxy object to update its values. Am I missing something obvious here?
state.someValue = value
updating a value in state by setting the value should update the state.
setup stencil store and update a value in state in a click handler
https://stackblitz.com/edit/vitejs-vite-rokx7p?file=src%2Fcomponents%2Fapp-shell%2Fapp-shell.tsx
No response
The text was updated successfully, but these errors were encountered:
I'm facing the same!
Sorry, something went wrong.
@rjborba thanks for reporting @ogdakke ! @rjborba would you like to give us a hand and help resolve the bug?
Unfortunately right now I do not have time to handle it.
I made a smaller reproducible code though: https://codesandbox.io/p/devbox/stencil-minimal-reproducible-issue-gc9nxh
No branches or pull requests
Prerequisites
Stencil Store Version
2.0.16
Stencil Version
4.22.0
Current Behavior
updating state by doing
state.someValue = value
does not trigger the proxy object to update its values.Am I missing something obvious here?
Expected Behavior
updating a value in state by setting the value should update the state.
Steps to Reproduce
setup stencil store and update a value in state in a click handler
Code Reproduction URL
https://stackblitz.com/edit/vitejs-vite-rokx7p?file=src%2Fcomponents%2Fapp-shell%2Fapp-shell.tsx
Additional Information
No response
The text was updated successfully, but these errors were encountered: