dataConsentAcknowledgedAt is null). The dialog cannot be dismissed without clicking “Got it”.
Props
React.ReactNode
required
children
boolean
required
needsConsent
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DataConsentProvider component
dataConsentAcknowledgedAt is null). The dialog cannot be dismissed without clicking “Got it”.
import { DataConsentProvider } from '@/components/DataConsentProvider';
export default function Example() {
return (
<DataConsentProvider children={children} needsConsent={needsConsent} />
);
}