standard-redux-shape
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "standard-redux-shape", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A library to help standardize your redux state shape", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -205,4 +205,3 @@ /** | ||
const paramsKey = JSON.stringify(params); | ||
const query = getQuery(getState(), selectQuerySet, paramsKey); | ||
const availableData = once && get(query, 'response.data', null); | ||
const availableData = once && get(getQuery(getState(), selectQuerySet, paramsKey), 'response.data', null); | ||
@@ -209,0 +208,0 @@ if (availableData) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
860319
703