|
|
@@ -4,10 +4,7 @@ import { MARP_CONTAINER_CLASS_NAME } from '@growi/presentation';
|
|
|
import dynamic from 'next/dynamic';
|
|
|
import { ReactMarkdownOptions } from 'react-markdown/lib/react-markdown';
|
|
|
|
|
|
-// TODO: Fix Dependency cycle
|
|
|
-// https://redmine.weseek.co.jp/issues/126744
|
|
|
-// eslint-disable-next-line import/no-cycle
|
|
|
-import { usePresentationViewOptions } from '~/stores/renderer';
|
|
|
+import { usePresentationViewOptions } from './SlideViewerRenderer';
|
|
|
|
|
|
|
|
|
const Slides = dynamic(() => import('@growi/presentation').then(mod => mod.Slides), { ssr: false });
|