Skip to content

Commit 6bb8272

Browse files
authored
Merge pull request #5171 from preactjs/JoviDeCroock/compat-react-19-version
Bump reported React version to 19.0.0
2 parents 4af3a56 + 98b61ad commit 6bb8272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compat/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import {
4343
} from './render';
4444
import { Suspense, lazy } from './suspense';
4545

46-
const version = '18.3.1'; // trick libraries to think we are react
46+
const version = '19.0.0'; // trick libraries to think we are react
4747

4848
/**
4949
* Legacy version of createElement.

0 commit comments

Comments
 (0)