stencil-store
stencil-store copied to clipboard
bug: Store value not updating
Prerequisites
- [X] I have read the Contributing Guidelines.
- [X] I agree to follow the Code of Conduct.
- [X] I have searched for existing issues that already report this problem, without success.
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