async-render
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -102,3 +102,3 @@ 'use strict'; | ||
return children; | ||
return children || false; | ||
} | ||
@@ -105,0 +105,0 @@ }]); |
{ | ||
"name": "async-render", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "React Component with *requestIdleCallback*.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -39,5 +39,5 @@ /** | ||
let { children } = this.state; | ||
return children; | ||
return children || false; | ||
} | ||
} | ||
export default AsyncRender; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62057