79730214

Date: 2025-08-08 20:45:03
Score: 1
Natty:
Report link

For me, isSuccess is local to the current component instance. So If you call navigate() in onSuccess, the component unmounts immediately. You never observe isSuccess: true on that instance.

Don’t rely on isSuccess if you navigate or unmount right after the mutation.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: LeDevNovice