Skip to content

Variable: DebugPanel

Examples / @xmachines/play-react-demo / DebugPanel

const DebugPanel: FC<{
actor: AuthActor;
}>;

Defined in: packages/play-react/examples/demo/src/components/DebugPanel.tsx:11

DebugPanel — Live debug footer. Observes actor.state and actor.currentRoute via useSignalEffect and displays current state value, can-logout status, and active route.