/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v18.2.0
packages/react-dom/unstable_testing.js
22 строки
532 B
Sebastian Markbåge
Exclude react-dom/unstable_testing entry point from stable releases (#23258)
09 фев 2022, 07:12
Не верифицирован
09 фев 2022, 07:12
a3bde79
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its 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 * from './index.js'; export { createComponentSelector, createHasPseudoClassSelector, createRoleSelector, createTestNameSelector, createTextSelector, getFindAllNodesFailureDescription, findAllNodes, findBoundingRects, focusWithin, observeVisibleRects, } from 'react-reconciler/src/ReactFiberReconciler';