Skip to content

Commit

Permalink
release: plugin-react@4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Jun 10, 2024
1 parent ea647d1 commit 1609186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.3.1 (2024-06-10)

### Fix support for React Compiler with React 18

The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom `runtimeModule`: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-react",
"version": "4.3.0",
"version": "4.3.1",
"license": "MIT",
"author": "Evan You",
"contributors": [
Expand Down

0 comments on commit 1609186

Please sign in to comment.