I have to manually refresh my page for my navbar (which is a client component) to show the ui changes in NextJS
I have a sign in button in my navbar component. I want it to only show if the user has signed in. The checks would be done using session hooks.