We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro is with Zui commit b727a2e.
Steps shown in the attached video:
As shown in the attached video, this generates an Unhandled Runtime Error.
That error text:
Unhandled Runtime Error TypeError: Cannot read properties of null (reading 'rootRecord') Source src/views/results-pane/inspector.tsx (64:34) @ rootRecord 62 | valueProps={{ 63 | onClick: (e, value, field) => { > 64 | const rootValue = field.rootRecord | ^ 65 | dispatch(Selection.set({value, field, rootValue})) 66 | if (field && field instanceof zed.Field) { 67 | dispatch(viewLogDetail(field.rootRecord)) Call Stack fn src/views/inspector/templates/item.tsx (14:12)
FWIW,
v1.7.0
So, probably not a high priority, but worth cleaning up at some point.
The text was updated successfully, but these errors were encountered:
jameskerr
No branches or pull requests
Repro is with Zui commit b727a2e.
Steps shown in the attached video:
As shown in the attached video, this generates an Unhandled Runtime Error.
Repro.mp4
That error text:
FWIW,
v1.7.0
, for instance.So, probably not a high priority, but worth cleaning up at some point.
The text was updated successfully, but these errors were encountered: