Update Parent Route From Child Route After Mutation
How do I get the parent routes loader to refire after a mutation on my child route? I would like to do this from within my child route if possible.
My parent route contains a list that the child route can update so I need to refresh it once I've submitted the form successfully.
My parent route contains a list that the child route can update so I need to refresh it once I've submitted the form successfully.