@portabletext/editor 1.52.7 → 1.52.8

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/lib/index.js CHANGED
@@ -994,7 +994,7 @@ function RenderTextBlock(props) {
994
994
  style: props.textBlock.style,
995
995
  type: legacyBlockSchemaType,
996
996
  value: props.textBlock
997
- }) : props.children }),
997
+ }) : children }),
998
998
  dragPositionBlock === "end" ? /* @__PURE__ */ jsx(DropIndicator, {}) : null
999
999
  ] });
1000
1000
  }