Skip to content

Commit

Permalink
Add read debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentvan7 committed Feb 6, 2025
1 parent 2ced0d5 commit 609c569
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/sr/page-team/src/DebugDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ export function DebugReadModal() {
<Stack gap={1}>
Computed value: {computed?.val}
<Divider />
<Typography variant="h6">Read</Typography>
<CodeBlock text={JSON.stringify(read, undefined, 2)} />
<Divider />
<Typography variant="h6">Calculator Tag</Typography>
<CodeBlock text={JSON.stringify(calculator?.cache.tag)} />
<Divider />
Expand Down

0 comments on commit 609c569

Please sign in to comment.