Giorgos Kalogeropoulos

Results 2 issues of Giorgos Kalogeropoulos

**Description** serializeHTMLFromNodes cause warnings in nextjs ```js const html = React.useMemo(() => { return serializeHTMLFromNodes(editor, { plugins, nodes: debugValue }); }, [debugValue, editor, plugins]); ``` I am getting this warning...

help wanted
has workaround
plugin:serialize-html
slate
warning

## Current Behavior I make a change to a shared library our nx environment. The app with name connector uses that shared library. Locally npx nx-ignore connector returns that the...

type: bug