fix: widget re-render issues, ws, build + rename pkg

This commit is contained in:
Mohamed Marrouchi
2024-10-12 19:43:34 +01:00
parent b08ee24fc3
commit 04ce4df348
19 changed files with 152 additions and 129 deletions

View File

@@ -15,7 +15,6 @@ import { useChat } from '../providers/ChatProvider';
import { useColors } from '../providers/ColorProvider';
import { useSocketLifecycle } from '../providers/SocketProvider';
import { useWidget, WidgetContextType } from '../providers/WidgetProvider';
import './Launcher.scss';
type LauncherProps = PropsWithChildren<{