Project

General

Profile

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.

Added by Luke Murphey about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

#2 Updated by Luke Murphey about 4 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF