@wandelbots/wandelbots-js-react-components 2.13.1 → 2.13.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "2.13.1",
3
+ "version": "2.13.2",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -69,12 +69,8 @@ export const SupportedRobot = externalizeComponent(
69
69
  <ErrorBoundary
70
70
  fallback={dhrobot}
71
71
  onError={(err) => {
72
- if (err.message.includes("404: Not Found")) {
73
- // Missing model; show the fallback for now
74
- console.error(err)
75
- } else {
76
- throw err
77
- }
72
+ // Missing model; show the fallback for now
73
+ console.error(err)
78
74
  }}
79
75
  >
80
76
  <Suspense fallback={dhrobot}>