Open erikt9 opened 3 years ago
I have same issue in my test file.
console.warn
Supplying an
onTabprop to
DraftEditorhas been deprecated. If your handler needs access to the keyboard event, supply a custom
keyBindingFnprop that falls back to the default one (eg. https://is.gd/wHKQ3W).
When using React-RTE with draft js 0.11.x with react in development mode, this warning is printed to the console:
I believe this is coming from supplying an onTab property in RichTextEditor.js (currently at line 154)