소스 검색

add comment

Yuki Takei 2 년 전
부모
커밋
e4c0f3836f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      apps/app/src/components/SearchPage/SearchPageBase.tsx

+ 2 - 0
apps/app/src/components/SearchPage/SearchPageBase.tsx

@@ -17,6 +17,8 @@ import { mutatePageTree } from '~/stores/page-listing';
 
 import { ForceHideMenuItems } from '../Common/Dropdown/PageItemControl';
 
+// Do not import with next/dynamic
+// see: https://github.com/weseek/growi/pull/7923
 import { SearchResultList } from './SearchResultList';
 
 import styles from './SearchPageBase.module.scss';