payload-admin-bar icon indicating copy to clipboard operation
payload-admin-bar copied to clipboard

'use client' missing (Next.js support)

Open cbratschi opened this issue 2 years ago • 0 comments

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.

cbratschi avatar Oct 11 '23 10:10 cbratschi