UNPKG

@shopify/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router

15 lines (11 loc) 422 B
'use strict'; var jsxRuntime = require('react/jsx-runtime'); function errorBoundary(error) { if (error.constructor.name === 'ErrorResponse' || error.constructor.name === 'ErrorResponseImpl') { return (jsxRuntime.jsx("div", { dangerouslySetInnerHTML: { __html: error.data || 'Handling response' } })); } throw error; } exports.errorBoundary = errorBoundary; //# sourceMappingURL=error.js.map