render(
        <>
            <Input value="Hello" set_value={mockCallback} />
            <Input value="Bye" />
        </>,