Browse Source

changeset (#86)

Chris Tate 5 months ago
parent
commit
d9a4efdbeb
1 changed files with 7 additions and 0 deletions
  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.