simpleNameDelegate

abstract fun simpleNameDelegate(): String

Return

the prop name of the Component this component will delegate getSimpleName calls to. This will cause getSimpleName to include the name of that component in its return. This is useful for seeing better debug information when using generic wrapping components (like error boundary wrappers).