sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 430 forks source link

Fix warning "React does not recognize the checkOptions prop" #376

Closed machineghost closed 4 years ago

machineghost commented 4 years ago

This fixes an "Error: unrecognized prop checkOptions. The problem was simply that the component was passing it's new checkOptions prop along to the base HTML component, when it shouldn't have.

This fixes #374.

pablonautic commented 4 years ago

@sstur Any plans on releasing this fix? :)

sarbogast commented 3 years ago

Could you please release this @sstur ?