@nrbx/react-debug-tools
v19.0.0
Published
React Debug Tools bindings for Roblox
Readme
@nrbx/react-debug-tools
Hook inspection helpers for debugging React components.
Installation
npm install @nrbx/react-debug-toolsUsage
import { inspectHooks, inspectHooksOfFiber } from "@nrbx/react-debug-tools";
const tree = inspectHooks(element);API
inspectHooks(element)— inspect the hooks tree of a rendered elementinspectHooksOfFiber(fiber)— inspect the hooks tree of a specific fiberHooksNode/HooksTree— the shape of the returned hook data
Built with roblox-ts
