@tiptap/core 2.0.0-beta.207 → 2.0.0-beta.209

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.
@@ -2088,8 +2088,8 @@ function generateText(doc, extensions, options) {
2088
2088
  return getText(contentNode, {
2089
2089
  blockSeparator,
2090
2090
  textSerializers: {
2091
- ...textSerializers,
2092
2091
  ...getTextSerializersFromSchema(schema),
2092
+ ...textSerializers,
2093
2093
  },
2094
2094
  });
2095
2095
  }