Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8f573e

Browse files
committed
revert ReactVersion.js change
1 parent f999e70 commit c8f573e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

packages/shared/ReactVersion.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
export default '19.0.0-rc-d6cb4e77-20240911';
1+
/**
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
8+
// TODO: this is special because it gets imported during build.
9+
//
10+
// It exists as a placeholder so that DevTools can support work tag changes between releases.
11+
// When we next publish a release, update the matching TODO in backend/renderer.js
12+
// TODO: This module is used both by the release scripts and to expose a version
13+
// at runtime. We should instead inject the version number as part of the build
14+
// process, and use the ReactVersions.js module as the single source of truth.
15+
export default '19.0.0';

0 commit comments

Comments
 (0)