\n { __( 'An unexpected error occurred. Please reload the page.', '%TEXTDOMAIN%' ) }\n
\n );\n }\n\n return this.props.children;\n }\n}\n","/**\n * Displays a HarborError as a bullet item, recursively nesting the cause\n * chain beneath the top-level message.\n *\n * @package LiquidWeb\\Harbor\n */\nimport HarborError from '@/errors/harbor-error';\n\ninterface Props {\n error: HarborError;\n nested?: boolean;\n}\n\n/**\n * @since 1.0.0\n */\nexport function ErrorItem( { error, nested = false }: Props ) {\n const cause = error.cause instanceof HarborError ? error.cause : null;\n\n return (\n\n\t\t\t\t\t\t{ feature.description }\n\t\t\t\t\t
\n\t\t\t\t\n { createInterpolateElement(\n __( 'You have one or more legacy licenses active. They continue to receive product updates while valid. Consider switching to a unified license to manage all your products with a single key.', '%TEXTDOMAIN%' ),\n {\n a: ,\n }\n ) }\n
\n\n\t\t\t\t\t\t{ localError }\n\t\t\t\t\t
\n\t\t\t\t) }\n\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t{ localError }\n\t\t\t\t
\n\t\t\t) }\n\t\t\n\t\t\t\t{ __(\n\t\t\t\t\t'None of your products are activated for this domain. Activate your license to unlock features.',\n\t\t\t\t\t'%TEXTDOMAIN%'\n\t\t\t\t) }\n\t\t\t\t{ ' ' }\n\t\t\t\t\n\t\t\t\t\t{ __( 'Activate now', '%TEXTDOMAIN%' ) }\n\t\t\t\t\n\t\t\t
\n\t\t\n { __( 'Enter your license key to unlock features.', '%TEXTDOMAIN%' ) }\n
\n ) }\n >\n ) }\n\n { ! isLoading && hasLicense && groupedProducts.length > 0 && (\n\n \n { __( 'Manage license in Liquid Web', '%TEXTDOMAIN%' ) }\n \n
\n ) }\n\n { __( 'No features match your search.', '%TEXTDOMAIN%' ) }\n
\n\n { __( 'No features are available for this product.', '%TEXTDOMAIN%' ) }\n
\n\n\t\t\t\t\t\t\t{ /* translators: %s: plugin version number */ }\n\t\t\t\t\t\t\t{ sprintf( __( 'Version %s', '%TEXTDOMAIN%' ), window.harborData.version ) }\n\t\t\t\t\t\t
\n{ description }
\n ) }\n