[crud] Fix deps comparison bug (#31599)
Fixes a bug with the experimental `useResourceEffect` hook where we would compare the wrong deps when there happened to be another kind of effect preceding the ResourceEffect. To do this correctly we need to add a pointer to the ResourceEffect's identity on the update. I also unified the previously separate push effect impls for resource effects since they are always pushed together as a unit.
L
lauren committed
c11c9510fa14bbd87053685c19bfdfec2f427f49
Parent: 64f8951
Committed by GitHub <noreply@github.com>
on 11/20/2024, 9:54:41 PM