Reactjs – Unable to use object in react with useSignal
I'm using @preact/signals-react to manage state, but I'm having trouble getting the component to re-render when I update an object's property. I can see the changes when I log the value, but the component doesn't reflect these changes. import {…