Skip to content

Commit

Permalink
Merge branch 'main' into add-data-fetching-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 7, 2025
2 parents 9dd327d + e284e64 commit f4b09ea
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 @@ -444,7 +444,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 f4b09ea

Please sign in to comment.