remote-redux-devtools
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "remote-redux-devtools", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Relay Redux actions to remote Redux DevTools.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -62,3 +62,3 @@ Remote Redux DevTools | ||
const composeEnhancers = composeWithDevTools({ realtime: true, port: 8000 }); | ||
const store = composeWithDevTools(reducer, /* preloadedState, */ composeEnhancers( | ||
const store = createStore(reducer, /* preloadedState, */ composeEnhancers( | ||
applyMiddleware(...middleware), | ||
@@ -65,0 +65,0 @@ // other store enhancers if any |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24132