DebugContext
@wq/react’s <DebugContext/>
component generates a <FormatJson/>
with the content of the current useRenderContext()
. <DebugContext/>
is primarily used with the Default view. In general it makes more sense to explicitly register a custom view rather than override <DebugContext/>
.
Source
The source code for <DebugContext/>
is available here:
The @wq/react implementation leverages useComponents()
to facilitate customization, so there is no alternate @wq/material or native version.