firebase-saga
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "firebase-saga", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A library for connecting Redux saga middleware to Firebase.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,4 +32,4 @@ # firebase-saga | ||
function* get() { | ||
yield* takeEvery(fetchPosts); | ||
yield* takeEvery(actions.FETCH_POSTS, fetchPosts); | ||
} | ||
``` |
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
82160