How can I skip the first effect run with createEffect?
I have a
I don't get why this doesn't work since
createEffect hook that runs when my signal does. Awesome. What I don't want, is for the effect to run when the initial signal value is set. I tried the following without success:I don't get why this doesn't work since
firstEffectHasRun should be cached since it's used within the callback.