From 0476ae26662ac8a2f4232b0fb5f7b13bf7c425d4 Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Mon, 18 Mar 2019 00:46:35 -0400 Subject: Debugger changes --- src/debug/Viewer.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/debug/Viewer.tsx b/src/debug/Viewer.tsx index 780e9f8f2..e6ad0f540 100644 --- a/src/debug/Viewer.tsx +++ b/src/debug/Viewer.tsx @@ -137,11 +137,14 @@ class DebugViewer extends React.Component<{ fieldId: string }> { content = () } else if (this.field instanceof Key) { content = () + } else { + content = (Unrecognized field type) } } else if (this.error) { content = Field {this.props.fieldId} not found } else { content = <>Field loading + console.log(this.props.fieldId); } return content; } -- cgit v1.2.3-70-g09d2