public final class ErrorBoundariesConfiguration extends Object
ComponentsConfiguration
.
This only exists to circumvent some circular dependency issues that arise by placing this in the
.config
namespace. Please be aware that this will go away soon. (T30053822)Modifier and Type | Field and Description |
---|---|
static RootWrapperComponentFactory |
rootWrapperComponentFactory
Optional top-level component that sits at the root of every
ComponentTree . |
public static RootWrapperComponentFactory rootWrapperComponentFactory
ComponentTree
. This can be
used to wrap all components in error boundaries if desired. Bear in mind that this is not the
final API for using this feature and will change in the future.