@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.cjs CHANGED
@@ -965,7 +965,7 @@ function RenderTextBlock(props) {
965
965
  style: props.textBlock.style,
966
966
  type: legacyBlockSchemaType,
967
967
  value: props.textBlock
968
- }) : props.children }),
968
+ }) : children }),
969
969
  dragPositionBlock === "end" ? /* @__PURE__ */ jsxRuntime.jsx(DropIndicator, {}) : null
970
970
  ] });
971
971
  }