reiji-h 2 лет назад
Родитель
Сommit
80b532797d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/presentation/src/components/GrowiSlides.tsx

+ 1 - 1
packages/presentation/src/components/GrowiSlides.tsx

@@ -38,7 +38,7 @@ export const GrowiSlides = (props: Props): JSX.Element => {
     rendererOptions.components.section = presentation ? PresentationRichSlideSection : RichSlideSection;
   }
 
-  const { css } = marpit.render('', { htmlAsArray: true });
+  const { css } = marpit.render('');
   return (
     <>
       <Head>