main
js 13 lines 425 Bytes
Raw
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 * @flow
8 */
9
10 // Empty digests are otherwise treated as if no digest was provided. This lets
11 // React distinguish an intentional client render without reserving a
12 // user-space digest value.
13 export const REACT_RECOVERABLE_DIGEST = '';