Tried to get response from chat agent but no response pls advice: Build Error/components/PrimalVisu
Its like the chat box is disabled or frozen not reply or functionalliyt in with the chat agent. Trying to open new chat but no response when asking for fix this build error: /components/PrimalVisuals.tsx: Missing semicolon. (19:24)
17 | const [bgUrl, setBgUrl] = React.useState<string | undefined>(undefined);
18 | useEffect(() => {
19 | let unsub = () => {} as any;| ^ 20 | (async () => { 21 | await loadBgCache(); 22 | setBgUrl(lane ? getBgForLane(lane) : undefined);
3 Replies