Opened 5 years ago
Last modified 5 years ago
#53172 new defect (bug)
React-dom mistake
| Reported by: | andrewpolnikov | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: | administration |
Description
http://prntscr.com/12isc2j
react-dom.js?ver=16.13.1:1680 Warning: Failed prop type: You provided a value prop to a form field without an onChange handler. This will render a read-only field. If the field should be mutable use defaultValue. Otherwise, set either onChange or readOnly.
Its not whole time, its happening sometimes.
I don’t understand why does this mistake appear
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @andrewpolnikov,
Welcome to Trac!
Can you provide some more information? The following questions would be helpful:
While the message mentions
react-dom.js, it's unlikely the issue is in that file. Usually this means there is code somewhere else using something in this file incorrectly.