stencil-store icon indicating copy to clipboard operation
stencil-store copied to clipboard

bug: Store value not updating

Open ogdakke opened this issue 4 months ago • 0 comments

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

ogdakke avatar Oct 07 '24 10:10 ogdakke