<ReactSummernote value = 'content' /> doesn't work after update from 2.0.0 to 2.0.2
See original GitHub issueHello. I notices that “value” doesn’t work in version, 2.0.2. In Version 2.0.0 works fine.
<ReactSummernote value = {state.content} onChange={onChange} />
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:9
Top Results From Across the Web
summernote - Bountysource
Hello. I notices that "value" doesn't work in version, 2.0.2. In Version 2.0.0 works fine. <ReactSummernote
Read more >Examples - Summernote
Super Simple WYSIWYG Editor on Bootstrap Summernote is a JavaScript library that helps you create WYSIWYG editors online.
Read more >Table Popover issue in react-summernote - Stack Overflow
The table popover doesn't display simply because there is no such code to initialize and display it in the js file of react-summernote...
Read more >react-summernote - npm
Summernote (Super simple WYSIWYG editor) adaptation for react. Latest version: 2.0.2, last published: 2 years ago. Start using ...
Read more >Could not resolve dependency: npm ERR! peer react@"~0.14.8
“Could not resolve dependency: npm ERR! peer react@"~0.14.8 || ^15.5.0" from react-paypal-express-checkout@” Code Answer ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
use “children” instead of “value”
me too… so, i do… like this…