Skip to content

Commit 1c1aed4

Browse files
author
Chris DeLuca
committed
Fix more style checks
1 parent bb4da74 commit 1c1aed4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ function checkRendering(rendering, usage) {
367367
}
368368

369369
const REACT_ELEMENT_TYPE =
370-
(typeof Symbol === 'function' && typeof Symbol.iterator === 'symbol' &&
370+
(typeof Symbol === 'function' &&
371+
typeof Symbol.iterator === 'symbol' &&
371372
Symbol.for &&
372373
Symbol.for('react.element')) ||
373374
0xeac7;

0 commit comments

Comments
 (0)