Browse Source

changeset (#86)

Chris Tate 5 tháng trước cách đây
mục cha
commit
d9a4efd
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      .changeset/add-error-boundaries.md

+ 7 - 0
.changeset/add-error-boundaries.md

@@ -0,0 +1,7 @@
+---
+"@json-render/react": patch
+"@json-render/react-native": patch
+"@json-render/remotion": patch
+---
+
+Prevent rendering errors from crashing the application. Added error boundaries to all renderers so a single bad component silently disappears instead of causing a white-screen-of-death. Fixed Select and Radio components to handle non-string option values from AI output.