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 116cfff commit 170b091Copy full SHA for 170b091
src/utils/isStatelessComponent.js
@@ -32,6 +32,7 @@ function isValidCalleeType(type) {
32
'Identifier',
33
'CallExpression',
34
'ArrayExpression',
35
+ 'TemplateLiteral'
36
'Literal'
37
].indexOf(type) < 0;
38
}
0 commit comments