At the moment of clicking in "new Document" and clicking into "title" or "body" I get the following warning message:
Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
I don't know why this appear, the only related code (not the specific function) I can found is at components/DocumentEditor.js:
onSubmit={ event => event.preventDefault() }
So, when I try to add a Document (by clicking the "add Document" button), nothing happens.
At the moment of clicking in "new Document" and clicking into "title" or "body" I get the following warning message: Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
I don't know why this appear, the only related code (not the specific function) I can found is at components/DocumentEditor.js:
So, when I try to add a Document (by clicking the "add Document" button), nothing happens.
Thanks for your help! Alberto