Yuki Takei il y a 2 ans
Parent
commit
e4c0f3836f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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';