We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87da9d commit 242a39eCopy full SHA for 242a39e
vite-app/src/App.tsx
@@ -40,6 +40,7 @@ const App = observer(() => {
40
const rows: EvaluationRow[] = update.logs.map((log) => {
41
return EvaluationRowSchema.parse(JSON.parse(log));
42
});
43
+ console.log(rows);
44
state.setDataset(rows);
45
}
46
} catch (error) {
0 commit comments