createSignal equals: false on mutable object value
Hi guys,
I have a resource source signal with { equals: false } that does not trigger fetching unless I wrap and deep copy the object literal value in the source param.
The value itself is a propety of an instance wrapped with
But why? I though
Above not working, below working.
shallow structuredClone also fails.
I have a resource source signal with { equals: false } that does not trigger fetching unless I wrap and deep copy the object literal value in the source param.
The value itself is a propety of an instance wrapped with
createMutable, which I suspect is at the crux of this.But why? I though
equals: true would guarantee a truthy source signal on setting? Above not working, below working.
shallow structuredClone also fails.