This commit is contained in:
Alex
2023-08-09 01:38:04 -04:00
parent aeb69e38dc
commit 198c731cbb
8 changed files with 605 additions and 1211 deletions

View File

@ -616,3 +616,16 @@ index 7b931fe..eaea267 100644
+ ]),
+ );
+}
diff --git a/src/util/mayContainChildComponent.js b/src/util/mayContainChildComponent.js
index 43a03ef..5e1035e 100644
--- a/src/util/mayContainChildComponent.js
+++ b/src/util/mayContainChildComponent.js
@@ -9,7 +9,7 @@
import type { JSXOpeningElement, Node } from 'ast-types-flow';
import { elementType as rawElementType } from 'jsx-ast-utils';
-import minimatch from 'minimatch';
+import { minimatch } from 'minimatch';
export default function mayContainChildComponent(
root: Node,