Stepan Yurtsiv
Stepan Yurtsiv
Hi @sidharthv96 :wave: I would be happy to try but first wanna know why it's not supported. Is there some super difficult parsing problem or you just didn't have time...
I'll try to tackle this
The problem with `.configure()` is explained in more detail here https://github.com/ueberdosis/tiptap/issues/4981 A possible workaround is instead of ```typescript const MyExtensions = Extension.create({ addProseMirrorPlugins() { ... } }) const ConfiguredExtension =...
There's also an issue with queries/mutations over WebSockets, where it falls into a reconnection loop. It could be patched on the client (https://github.com/absinthe-graphql/absinthe-socket/issues/57), but returning proper GraphQL errors from the...