react-contenteditable
react-contenteditable copied to clipboard
Native event methods like 'preventDefault' is missing
onChange
callback returns an event object which does not have native Event methods. I hope this is lost when you try to use Object.assign
as Object.assign copies only own properties
https://github.com/lovasoa/react-contenteditable/blob/master/src/react-contenteditable.tsx#L108