Omopariola Philip
Omopariola Philip
``` /** * @type {import('next-i18next').UserConfig} */ module.exports = { // https://www.i18next.com/overview/configuration-options#logging debug: process.env.NODE_ENV === 'development', i18n: { defaultLocale: 'en-US', locales: ['en-US', 'en-NG', 'en-GH'], }, /** To avoid issues when deploying...
is there a reason why im getting this error const htmlContent = editor.blocksToHTMLLossy(editor.document); //gotten from blocknote editor async function handleDownloadDocx() { const fileBuffer = await HTMLtoDOCX(htmlContent, { table: { row:...