Comparing version 1.0.0-beta.7 to 1.0.0-beta.8
@@ -695,4 +695,4 @@ import React,{useState,useRef,useCallback,useEffect,useContext,useMemo}from'react';const isEqual = require("fast-deep-equal"); | ||
} | ||
clientAsyncCache.results = snapshot.asyncResults; | ||
clientAsyncCache.actionOrd = snapshot.asyncActionOrd; | ||
clientAsyncCache.results = snapshot.asyncResults || {}; | ||
clientAsyncCache.actionOrd = snapshot.asyncActionOrd || {}; | ||
} | ||
@@ -699,0 +699,0 @@ } |
@@ -694,4 +694,4 @@ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});function _interopDefault(e){return(e&&(typeof e==='object')&&'default'in e)?e['default']:e}var React=require('react'),React__default=_interopDefault(React);const isEqual = require("fast-deep-equal"); | ||
} | ||
clientAsyncCache.results = snapshot.asyncResults; | ||
clientAsyncCache.actionOrd = snapshot.asyncActionOrd; | ||
clientAsyncCache.results = snapshot.asyncResults || {}; | ||
clientAsyncCache.actionOrd = snapshot.asyncActionOrd || {}; | ||
} | ||
@@ -698,0 +698,0 @@ } |
{ | ||
"name": "pullstate", | ||
"version": "1.0.0-beta.7", | ||
"version": "1.0.0-beta.8", | ||
"description": "Simple state stores using immer and React hooks", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
83895