I have coded a navbar in which there is searchicon, person icon and cart icon. I want to perform this action in nextjs14.
The person Icon will be dynamic based on the auth state. If the user is authenticated it will show the avatar. otherwise it will show the person icon.
After signup with credentials, I am getting this hydration error:
The file is marked with "use client" and My code snippet is:
Thank you for your support