Browse Source

add comment

reiji-h 2 years ago
parent
commit
1ee15b7a1c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/app/src/components/ReactMarkdownComponents/SlideViewer.tsx

+ 2 - 0
apps/app/src/components/ReactMarkdownComponents/SlideViewer.tsx

@@ -3,6 +3,8 @@ import React from 'react';
 import dynamic from 'next/dynamic';
 import { ReactMarkdownOptions } from 'react-markdown/lib/react-markdown';
 
+// TODO: Fix Dependency cycle
+// https://redmine.weseek.co.jp/issues/126744
 import { usePresentationViewOptions } from '~/stores/renderer';