@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.
@@ -2763,7 +2763,15 @@
2763
2763
  return /* @__PURE__ */ jsxRuntime.jsx(
2764
2764
  reactErrorBoundary.ErrorBoundary,
2765
2765
  {
2766
- fallback: /* @__PURE__ */ jsxRuntime.jsx(ErrorFallback, { absoluteCentering, message, onRetry: handleRetry }),
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
  },