Update
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user