SSolidJS•Created by Valere on 5/11/2025 in #support Hello,
I am using a store + createeffect to run a function when i set a specific value in the store.
Is there a way to always trigger the effect even if the value didnt change ?
I know its possible with a signal and {equals:false}, but for a value in a store ?
Thanks 🙂