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 5d8ae1e commit 2bf4e4aCopy full SHA for 2bf4e4a
src/components/SchemaRow/TopLevelSchemaRow.tsx
@@ -20,8 +20,6 @@ export const TopLevelSchemaRow = ({
20
}: Pick<SchemaRowProps, 'schemaNode'> & { skipDescription?: boolean }) => {
21
const { selectedChoice, setSelectedChoice, choices } = useChoices(schemaNode);
22
const childNodes = React.useMemo(() => visibleChildren(selectedChoice.type), [selectedChoice.type]);
23
- // eslint-disable-next-line no-console
24
- console.log({ childNodes });
25
const nestingLevel = 0;
26
27
const nodeId = schemaNode.fragment?.['x-stoplight']?.id;
0 commit comments