/
githubmirror
/
preact
Обзор
Документация
Войти
/
githubmirror
/
preact
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
10.29.4
debug/src/index.js
12 строк
217 B
Ryan Christian
chore: Backport refcallback type and debug helpers (#4860)
28 июл 2025, 12:08
Не верифицирован
28 июл 2025, 12:08
43598cf
Код
Авторство
О чём код?
import { initDebug } from './debug'; import 'preact/devtools'; initDebug(); export { resetPropWarnings } from './check-props'; export { getCurrentVNode, getDisplayName, getOwnerStack } from './component-stack';