We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413385e commit 34d5662Copy full SHA for 34d5662
src/pages/playground/PlaygroundTabs.tsx
@@ -50,7 +50,7 @@ export const makeSubstVisualizerTabFrom = (
50
editorOutput.value instanceof Array &&
51
editorOutput.value[0] === Object(editorOutput.value[0]) &&
52
// check if output is from stepper
53
- "ast" in editorOutput.value[0]
+ 'ast' in editorOutput.value[0]
54
) {
55
return editorOutput.value;
56
} else {
0 commit comments