瀏覽代碼

add comment

Shun Miyazawa 2 年之前
父節點
當前提交
b06f38e0e4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/app/src/components/Sidebar/SidebarNav/PrimaryItems.tsx

+ 1 - 0
apps/app/src/components/Sidebar/SidebarNav/PrimaryItems.tsx

@@ -9,6 +9,7 @@ import { PrimaryItem } from './PrimaryItem';
 
 import styles from './PrimaryItems.module.scss';
 
+// Do not SSR Socket.io to make it work
 const PrimaryItemForNotification = dynamic(
   () => import('../InAppNotification/PrimaryItemForNotification').then(mod => mod.PrimaryItemForNotification), { ssr: false },
 );