Przeglądaj źródła

comment out setMounted(true) temporarily

Yuki Takei 4 lat temu
rodzic
commit
545b561570
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/src/components/Sidebar.tsx

+ 1 - 1
packages/app/src/components/Sidebar.tsx

@@ -172,7 +172,7 @@ const Sidebar = (props: Props) => {
 
   useEffect(() => {
     // this.hackUIController();
-    setMounted(true);
+    // setMounted(true);
   }, []);
 
   useEffect(() => {