File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ The rule **does not flag** indirect calls, such as:
6666 }, [firstName , lastName ]);
6767 ```
6868
69- - It doesn’t detect ` set ` calls in ` async ` functions are being called before or after the ` await ` statement.
69+ - It doesn’t detect ` set ` calls in ` async ` functions are being called before the ` await ` statement.
7070
7171 ``` tsx {2}
7272 useEffect (() => {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ The rule **does not flag** indirect calls, such as:
7272 }, [firstName , lastName ]);
7373 ```
7474
75- - It doesn’t detect ` set ` calls in ` async ` functions are being called before or after the ` await ` statement.
75+ - It doesn’t detect ` set ` calls in ` async ` functions are being called before the ` await ` statement.
7676
7777 ``` tsx {2}
7878 useLayoutEffect (() => {
You can’t perform that action at this time.
0 commit comments