Hey!
I found PR exposing mutation variables is very exciting!
https://github.com/TanStack/query/pull/4814
Does it mean that we will be able to "pickup" to mutation state in situation as:
- Component
A1is mounted, where user calls the mutation - Mutation is running, component
A1renders the mutation's state - Component
A1is unmounted - Component
A1is mounted back and it's able to pickup the mutation, continuing rendering its state