You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the bellow code, it does not repopulate the html on revalidatePath
constaddressUpdate=authedUser.input(addressSchema).onSuccess(()=>{revalidatePath('/account/billing')}).handler(async({ input, ctx })=>{/* some db interaction. */})
The text was updated successfully, but these errors were encountered:
I have the bellow code, it does not repopulate the html on
revalidatePath
The text was updated successfully, but these errors were encountered: