Home > General Components > DebugContext

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:

  • DebugContext.js (@wq/react)

This component should not generally need to be overridden directly.