payload-admin-bar
payload-admin-bar copied to clipboard
'use client' missing (Next.js support)
This is a client component but it does not set 'use client'. Therefore we have to wrap it in a client component first to be able to use it in the app router.