feat: goals now update in UI
ref: N25B-400
This commit is contained in:
@@ -31,6 +31,7 @@ export function useExperimentLogger(onUpdate?: (data: any) => void) {
|
||||
try {
|
||||
const parsedData = JSON.parse(event.data);
|
||||
if (onUpdate) {
|
||||
console.log(event.data);
|
||||
onUpdate(parsedData);
|
||||
}
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user