When creating a custom category and setting initial preference to 'N/A' the consent manager displays correctly when launched however once preferences have been chosen and the manager is then relaunched, essential is displayed with Yes No option elements instead of 'N/A'. Using contentManager in Next with current NPM package.
const customCategories = { 'everything': { purpose: 'A new consent category for all integrations', integrations: [ 'Google Analytics', 'Visual Tagger', 'Google Tag Manager', 'Amplitude', 'Webhooks', 'Actions Google Analytic 4', ], }, 'Essential cookies': { purpose: 'Cookies that are needed to operate the website', integrations: [], }, };
const initialPreferences = { 'Essential cookies': 'N/A', };

after preferences chosen and the manager is relaunched:
