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 7c793b0 commit 6317058Copy full SHA for 6317058
src/app/components/StateRoute/ComponentMap/ComponentMap.tsx
@@ -6,6 +6,7 @@
6
/* eslint-disable jsx-a11y/no-static-element-interactions */
7
/* eslint-disable no-restricted-syntax */
8
/* eslint-disable guard-for-in */
9
+// @ts-nocheck
10
11
import React, { useState, useEffect } from 'react';
12
import { Group } from '@visx/group';
@@ -173,7 +174,7 @@ export default function ComponentMap({
173
174
}
175
};
176
collectNodes(currentSnapshot);
-
177
+ // @ts
178
// find the node that has been selected and use it as the root
179
let startNode = null;
180
let rootNode;
0 commit comments