An occurring React component error within the NetworkForm component
Steps to reproduce
- Open the Network Dropdown
- Select Custom RPC
- Paste a value in to the RPC URL or chain ID field
- Notice the following in the React console:
backend.js:32 Warning: A component is changing an uncontrolled input of type text to be controlled. Input elements should not switch from uncontrolled to controlled (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 ForwardRef(InputBase))
in div (created by ForwardRef(InputBase))
in ForwardRef(InputBase) (created by WithStyles(ForwardRef(InputBase)))
in WithStyles(ForwardRef(InputBase)) (created by ForwardRef(Input))
in ForwardRef(Input) (created by
...
Expected behavior
No React Errors
An occurring React component error within the
NetworkFormcomponentSteps to reproduce
Expected behavior
No React Errors