How can I revalidateTag/path inside a dynamic parallel route slot?
Unanswered
Alder Flycatcher posted this in #help-forum
Alder FlycatcherOP
I have this page:
/deals/[user]/[id]
with a layout with route slots @funds and children
at @funds/page.tsx I have a getFunds function and a createFunds component
the createFunds has a revalidateTag witht he same tag as the getFunds but it doesnt revalidate
/deals/[user]/[id]
with a layout with route slots @funds and children
at @funds/page.tsx I have a getFunds function and a createFunds component
the createFunds has a revalidateTag witht he same tag as the getFunds but it doesnt revalidate