Skip to content

Commit

Permalink
Update URL about async fn event handlers being officially discouraged
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Aug 23, 2024
1 parent 1047c87 commit ba1ccdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,9 +673,9 @@ const configArray = [
// - https://github.com/typescript-eslint/typescript-eslint/pull/4623
// - https://github.com/typescript-eslint/typescript-eslint/issues/4619
//
// Although technically, async functions should not
// be passed to event handler props:
// - https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/66505#discussioncomment-10066385
// Although technically, async functions are officially
// discouraged to be passed to event handler props:
// - https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/66505#discussioncomment-10411110
attributes: false,
},
},
Expand Down

0 comments on commit ba1ccdf

Please sign in to comment.