Skip to content

Commit

Permalink
Merge branch 'main' into format-files
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 7, 2025
2 parents a4cbf0a + e284e64 commit 3157ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/configuration/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ const onInput: JSX.EventHandler<HTMLInputElement, InputEvent> = (event) => {
}

// Then attach handler to an input element:
;<input onInput={onInput} />
<input onInput={onInput} />
```

#### Inline handlers
Expand Down

0 comments on commit 3157ff1

Please sign in to comment.