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 bb4da74 commit 1c1aed4Copy full SHA for 1c1aed4
src/lib/utils.js
@@ -367,7 +367,8 @@ function checkRendering(rendering, usage) {
367
}
368
369
const REACT_ELEMENT_TYPE =
370
- (typeof Symbol === 'function' && typeof Symbol.iterator === 'symbol' &&
+ (typeof Symbol === 'function' &&
371
+ typeof Symbol.iterator === 'symbol' &&
372
Symbol.for &&
373
Symbol.for('react.element')) ||
374
0xeac7;
0 commit comments