UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

8 lines 505 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FallbackComponent = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const errorBoundary_1 = require("./errorBoundary"); const FallbackComponent = ({ children }) => ((0, jsx_runtime_1.jsx)(errorBoundary_1.ErrorBoundary, { fallBackComponent: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}), children: children })); exports.FallbackComponent = FallbackComponent; //# sourceMappingURL=fallbackComponent.js.map