@appsflow/redux
Advanced tools
Comparing version 0.0.0-alpha.16 to 0.0.0-alpha.17
{ | ||
"name": "@appsflow/redux", | ||
"version": "0.0.0-alpha.16", | ||
"version": "0.0.0-alpha.17", | ||
"description": "AppFlow redux", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -25,3 +25,3 @@ /** | ||
if ( Object.keys( initialState ) ) { | ||
if ( Object.keys( initialState ).length ) { | ||
this.slice = this.createSlice(); | ||
@@ -28,0 +28,0 @@ } |
Sorry, the diff of this file is too big to display
98713