@tiptap/core 2.0.0-beta.206 → 2.0.0-beta.208

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.
@@ -2082,8 +2082,8 @@
2082
2082
  return getText(contentNode, {
2083
2083
  blockSeparator,
2084
2084
  textSerializers: {
2085
- ...textSerializers,
2086
2085
  ...getTextSerializersFromSchema(schema),
2086
+ ...textSerializers,
2087
2087
  },
2088
2088
  });
2089
2089
  }