We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee1a12 commit cbfa5adCopy full SHA for cbfa5ad
javascript/ql/src/semmle/javascript/frameworks/Redux.qll
@@ -830,7 +830,7 @@ module Redux {
830
/**
831
* Holds if `pred -> succ` is step from an action creation to its use in a reducer function.
832
*/
833
- predicate actionToReducerStep(DataFlow::Node pred, DataFlow::SourceNode succ) {
+ predicate actionToReducerStep(DataFlow::Node pred, DataFlow::Node succ) {
834
// Actions created by an action creator library
835
exists(ActionCreator action |
836
exists(DataFlow::CallNode call | call = action.ref().getACall() |
0 commit comments