Number inputs for user karma and comment karma in challenge settings throw uncontrolled to controlled input warnings when entering zero values. The inputs use logical OR which treats zero as falsy, causing the value prop to alternate between defined and undefined states.