Home > @uniformdev/canvas-react > DefaultNotImplementedComponent

DefaultNotImplementedComponent() function

A default implementation of a component-not-implemented component. Useful for model-first workflows where frontend dev comes later. To make this work, it needs to be the default returned from the resolveRenderer() function when the component is unknown.

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

props

</td><td>

ComponentProps

</td><td>

</td></tr> </tbody></table> Returns:

React$1.JSX.Element | null