We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b352918 commit d41873bCopy full SHA for d41873b
tests/utils/next-version-helpers.mjs
@@ -9,7 +9,7 @@ const FUTURE_NEXT_PATCH_VERSION = '14.999.0'
9
10
const NEXT_VERSION_REQUIRES_REACT_19 = '14.3.0-canary.45'
11
// TODO: Update this when React 19 is released
12
-const REACT_19_VERSION = '19.0.0-rc.0'
+const REACT_19_VERSION = '19.0.0-rc-1eaccd82-20240816'
13
const REACT_18_VERSION = '18.2.0'
14
15
/**
0 commit comments