Skip to content

Commit 581441d

Browse files
asgerferik-krogh
andauthored
Update javascript/ql/src/semmle/javascript/frameworks/React.qll
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent 43336ff commit 581441d

File tree

1 file changed

+1
-0
lines changed
  • javascript/ql/src/semmle/javascript/frameworks

1 file changed

+1
-0
lines changed

javascript/ql/src/semmle/javascript/frameworks/React.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ private class UseStateStep extends PreCallGraphStep {
596596
* function Foo() {
597597
* let succ = useContext(MyContext);
598598
* }
599+
* ```
599600
*/
600601
private class UseContextStep extends PreCallGraphStep {
601602
override predicate step(DataFlow::Node pred, DataFlow::Node succ) {

0 commit comments

Comments
 (0)