/
githubmirror
/
preact
Обзор
Документация
Войти
/
githubmirror
/
preact
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
11.0.0-beta.0
debug/src/index.js
13 строк
237 B
Qingyu Wang
feat(debug): add `captureOwnerStack` (#4875)
06 авг 2025, 08:30
Не верифицирован
06 авг 2025, 08:30
f3430e0
Код
Авторство
О чём код?
import { initDebug } from './debug'; import 'preact/devtools'; initDebug(); export { resetPropWarnings } from './check-props'; export { captureOwnerStack, getCurrentVNode, getDisplayName, getOwnerStack } from './component-stack';