Hello hello.
In my nextjs 13 project, my layout.tsx use a client side component (navbar) who also show either the user is connected or not (dynamic).
By definition, the layout does NOT re render.
So impossible to see the up to date data on my navbar. It only shows after a reload of the page.
And no router.refresh() doesnt do the trick.
How would you fix it?