gd-sprest-react
Advanced tools
Comparing version 2.6.5 to 2.6.6
@@ -59,3 +59,3 @@ "use strict"; | ||
var keys = []; | ||
var results = _this.state.value.results || []; | ||
var results = (_this.state.value ? _this.state.value.results : null) || []; | ||
// Parse the results | ||
@@ -62,0 +62,0 @@ for (var i = 0; i < results.length; i++) { |
{ | ||
"name": "gd-sprest-react", | ||
"version": "2.6.5", | ||
"version": "2.6.6", | ||
"description": "SharePoint react components.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
361465