mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
58af67a8f8
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.
12 lines
326 B
JavaScript
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');
|