From 2090de608e02aa9e7a38925c15da71bb24caa62c Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 31 Jul 2023 20:39:29 +0530 Subject: [PATCH] test --- src/components/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index a5bfb09bb..8509a0d6a 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -1843,7 +1843,7 @@ class App extends React.Component { componentDidUpdate(prevProps: AppProps, prevState: AppState) { this.updateEmbeddables(); - console.log("HEYYY BEFORE VITE AUTOMATIC RELOAD!!"); + console.log("HEYYY AFTER VITE AUTOMATIC RELOAD!!"); if ( !this.state.showWelcomeScreen && !this.scene.getElementsIncludingDeleted().length