Comparing version 1.5.1 to 1.5.2
@@ -27,3 +27,3 @@ 'use strict'; | ||
return Promise.all(props.components.filter(function (component) { | ||
return (0, _isFunction3.default)(component.fetchData); | ||
return component && (0, _isFunction3.default)(component.fetchData); | ||
}).map(function (component) { | ||
@@ -30,0 +30,0 @@ return component.fetchData({ |
{ | ||
"name": "rfx-core", | ||
"license": "MIT", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"author": "Claudio Savino <claudio.savino@me.com> (https://twitter.com/foxhound87)", | ||
@@ -6,0 +6,0 @@ "description": "RFX Core - Collection of core functionalities of RFX Stack", |
19240