redux-state-sync
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "redux-state-sync", | ||
"version": "0.0.2", | ||
"description": "A middleware for redux to sync localstorage state in different tabs", | ||
"version": "0.0.3", | ||
"description": "A middleware for redux to sync state in different tabs", | ||
"main": "dist/syncStorage.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -61,2 +61,3 @@ # Redux-State-Sync | ||
const repo = yield call(api.fetchRepo, action.url); | ||
/* Triggers a REPO_SUCCESS and this action should be triggered in other tabs also */ | ||
yield put({ type: 'REPO_SUCCESS', repo }); | ||
@@ -63,0 +64,0 @@ } catch (e) { |
8464
76