Trigger createEffect when createSignal has been changed for the same value
Hi, is it possible to trigger an effect when the signal has been changed for the same value ?
2 Replies
You can set the equals option to false when you create the signal https://www.solidjs.com/docs/latest/api#options
Thanks ! This is exactly what I was looking for 🙂