@overmap-ai/blocks 1.0.31-fix-error-boundary.0 → 1.0.31-fix-error-boundary.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blocks.js +9 -1
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +9 -1
- package/dist/blocks.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/blocks.umd.cjs
CHANGED
|
@@ -2763,7 +2763,15 @@
|
|
|
2763
2763
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2764
2764
|
reactErrorBoundary.ErrorBoundary,
|
|
2765
2765
|
{
|
|
2766
|
-
fallback: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2766
|
+
fallback: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2767
|
+
ErrorFallback,
|
|
2768
|
+
{
|
|
2769
|
+
absoluteCentering,
|
|
2770
|
+
message,
|
|
2771
|
+
onRetry: handleRetry
|
|
2772
|
+
},
|
|
2773
|
+
attempt
|
|
2774
|
+
),
|
|
2767
2775
|
onError: logError,
|
|
2768
2776
|
children: props.children
|
|
2769
2777
|
},
|