Variable: PlayRenderer
API / @xmachines/play-react / PlayRenderer
const PlayRenderer: React.FC<Record<string, never>>;Defined in: packages/play-react/src/PlayRenderer.tsx:40
The leaf component without props that renders the current actor view.
It reads the current PlaySpec, the handlers, and the registry from the ActorProvider context with usePlayView(). It then renders them with the Renderer of @xmachines/json-render-react.