console.error([`MUI:Acomponentischangingthe${isControlled?'':'un'}controlled${state}stateof${name}tobe${isControlled?'un':''}controlled.`,'Elements should not switch from uncontrolled to controlled (or vice versa).',`Decidebetweenusingacontrolledoruncontrolled${name}`+'element for the lifetime of the component.',"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.",'More info: https://fb.me/react-controlled-components'].join('\n'));