Files
react/packages/react-html/src/ReactHTMLServer.stable.js
T
Sebastian Markbåge 58af67a8f8 Only build react-html in experimental channel (#30129)
Even though the whole package is private right now. Once we publish it,
it'll likely be just the experimental channel first before upgrading to
stable.

This means it gets excluded from the built packages.
2024-06-28 10:19:20 -04:00

12 lines
326 B
JavaScript

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
// eslint-disable-next-line react-internal/prod-error-codes
throw new Error('react-html should not get built in stable');