Error: A component is changing an uncontrolled input to be controlled.
Using
The problem is that in the console I get the following error:
Are we safe to ignore this error? I don't understand enough about React and what you've generated to make a sensible decision, but I don't like my console littered with errors.
MuiInferencer on an api that has a boolean field (isActive) it generates the following code:The problem is that in the console I get the following error:
Warning: A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component.Are we safe to ignore this error? I don't understand enough about React and what you've generated to make a sensible decision, but I don't like my console littered with errors.
