You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2020. It is now read-only.
When trying to copy/paste a clause within the UI raises some error:
react-dom.development.js:475 Uncaught TypeError: editor.props.clausePluginProps.pasteToContract is not a function
at eval (ClausePlugin.js:181)
at Block.withMutations (immutable.es.js:2284)
at eval (ClausePlugin.js:174)
at eval (immutable.es.js:3241)
at List.withMutations (immutable.es.js:2284)
at List.map (immutable.es.js:3239)
at onPaste (ClausePlugin.js:172)
at next (slate.es.js:11382)
at onPaste (slate-react.es.js:5216)
at next (slate.es.js:11382)
The text was updated successfully, but these errors were encountered:
@nik72619c I suspect this will eventually be solved by our aim to have a more robust demo via Storybook, the issue tracking that is here. Still unsure how that will pan out, but I imagine one of the examples having a pasteToContract which handles replicating the clause template object in slate?
When trying to copy/paste a clause within the UI raises some error:
The text was updated successfully, but these errors were encountered: