UNPKG

mobx-react-lite

Version:

Lightweight React bindings for MobX based on React 16.8+ and Hooks

6 lines (4 loc) 133 B
import { getDependencyTree, Reaction } from "mobx" export function printDebugValue(v: Reaction) { return getDependencyTree(v) }