Skip to content

Commit

Permalink
Add proper changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Silbermann committed Dec 2, 2023
1 parent f08ea5a commit 0a39e1b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .changeset/purple-cameras-hunt.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@

Add scoped-jsx transform

TODO: Add link to DT PR
This replaces usage of the deprecated global JSX namespace with usage of the scoped namespace:

```diff
+import { JSX } from 'react'

const element: JSX.Element
```

0 comments on commit 0a39e1b

Please sign in to comment.