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
Parameter | Type | Description |
---|---|---|
props | ComponentProps |
Returns:
React$1.JSX.Element | null