hi i use schadcn/ui and i use tabs (https://ui.shadcn.com/docs/components/tabs) and when i update something and its done in database with nextserver action
i revalidate the path :
revalidatePath(`/dashboard/${props.slug}`);
// event when i do it like this not working :
revalidatePath(`/dashboard/my-page`);
then its not revalidating and i need to refresh the page OR change tab and go in the tab for see the actual data