Shun Miyazawa 2 лет назад
Родитель
Сommit
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 },
 );