Ver Fonte

comment

Yuken Tezuka há 3 anos atrás
pai
commit
7a622f8f63
1 ficheiros alterados com 1 adições e 0 exclusões
  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
  */