A useEffect
's within useDecision
will flap the auto update listeners on every render.
#196
Labels
useEffect
's within useDecision
will flap the auto update listeners on every render.
#196
This
useEffect
will mount and execute on every single render. The root cause is thatgetCurrentDecision
inuseDecision
is not wrapped inuseCallback
like it is in the other hooks.The text was updated successfully, but these errors were encountered: