File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dist/react-render-callback.umd.js" : {
3
- "bundled" : 3213 ,
4
- "minified" : 1336 ,
5
- "gzipped" : 616
3
+ "bundled" : 3199 ,
4
+ "minified" : 1327 ,
5
+ "gzipped" : 612
6
6
},
7
7
"dist/react-render-callback.esm.js" : {
8
- "bundled" : 2502 ,
9
- "minified" : 1398 ,
10
- "gzipped" : 595 ,
8
+ "bundled" : 2488 ,
9
+ "minified" : 1389 ,
10
+ "gzipped" : 591 ,
11
11
"treeshaked" : {
12
12
"rollup" : {
13
13
"code" : 246 ,
19
19
}
20
20
},
21
21
"dist/react-render-callback.cjs.js" : {
22
- "bundled" : 2639 ,
23
- "minified" : 1497 ,
24
- "gzipped" : 628
22
+ "bundled" : 2625 ,
23
+ "minified" : 1488 ,
24
+ "gzipped" : 624
25
25
},
26
26
"dist/react-render-callback.umd.min.js" : {
27
- "bundled" : 3246 ,
28
- "minified" : 1322 ,
29
- "gzipped" : 604
27
+ "bundled" : 3232 ,
28
+ "minified" : 1315 ,
29
+ "gzipped" : 603
30
30
}
31
31
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export default renderable => {
21
21
22
22
return (
23
23
type === 'object' &&
24
- renderable . $$typeof !== undefined &&
24
+ renderable . $$typeof &&
25
25
( renderable . $$typeof === REACT_PROVIDER_TYPE ||
26
26
renderable . $$typeof === REACT_CONTEXT_TYPE ||
27
27
renderable . $$typeof === REACT_FORWARD_REF_TYPE )
You can’t perform that action at this time.
0 commit comments