/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v19.2.0
packages/react/jsx-dev-runtime.react-server.js
10 строк
263 B
Alex Yang
fix: add `react-server` condition for `react/jsx-dev-runtime` (#28921)
27 апр 2024, 22:45
Не верифицирован
27 апр 2024, 22:45
8090457
Код
Авторство
О чём код?
/** * 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 */ export {Fragment, jsxDEV} from './src/jsx/ReactJSXServer';