Resource refetch doesn't trigger effect
I have this effect in my root layout (solid-start)
useUser:
When I call that
useUser:
When I call that
refetch function from another component, I'd expect the effect in the 1st snippet to get re-run. Am I doing anything wrong?