SuccessTracker
SuccessTracker
> Hey has anyone used the useState inside this hook? doesnt seem to be working for me You need to pass `wipFiber` to `runEffects` and `cancelEffects` instead of `fiber` `runEffects(fiber)`...
@gvergnaud , it's working on my side after replace simply `fiber` with `wipFiber` . thank you for your effort.
You saved my day, @v-miibr It would be great if we can merge this change asap.
any update on this issue?