Bug #2716
Warning: `value` prop on `input` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.
Start date:
05/04/2020
Due date:
% Done:
100%
Description
Warning: `value` prop on `input` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components. in input (created by Input) in div (created by Input) in Input (created by Reader) in div (created by Menu) in Menu (created by Reader) in div (created by Segment) in Segment (created by Reader) in Reader (created by App) in div (created by Container) in Container (created by App) in div (created by App) in App (created by Context.Consumer) in withRouter(App) in Route in Switch in Router in ErrorBoundary react-dom.development.js:88:30 Warning: A component is changing a controlled input of type text to be uncontrolled. Input elements should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://fb.me/react-controlled-components in input (created by Input) in div (created by Input) in Input (created by Reader) in div (created by Menu) in Menu (created by Reader) in div (created by Segment) in Segment (created by Reader) in Reader (created by App) in div (created by Container) in Container (created by App) in div (created by App) in App (created by Context.Consumer) in withRouter(App) in Route in Switch in Router in ErrorBoundary
History
#1 Updated by Luke Murphey over 4 years ago
Reproduce:
- Open http://localhost:8081/work/speeches-hyperides-english/1/1
- Click a word
#2 Updated by Luke Murphey over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100