Opened 4 years ago
Last modified 4 years ago
#53172 new defect (bug)
React-dom mistake
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | reporter-feedback |
Focuses: | administration | Cc: |
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.
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.