Yuken Tezuka 3 ani în urmă
părinte
comite
7a622f8f63
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      packages/app/src/stores/websocket.tsx

+ 1 - 0
packages/app/src/stores/websocket.tsx

@@ -44,6 +44,7 @@ export const useGlobalSocket = (): SWRResponse<Socket, Error> => {
   return useStaticSWR(GLOBAL_SOCKET_KEY);
 };
 
+// comment out for porduction build error: https://github.com/weseek/growi/pull/7131
 /*
  * Global Admin Socket
  */