'use client' import { useField } from '@payloadcms/ui' export function AfterField() { const { setValue } = useField({ path: 'customJSON' }) return ( ) }