When opening the dev client, the field for the server address always shows the
http://localhost:8081
placeholder text. When pressing the connect button, I get a warning that "" is an invalid URL host.
In my case, I use my physical Android device via cable so the address is actually localhost:8081 as our test devices are not allowed to be in our internal network. So I have to type it in all the time even though the placeholder suggests that this exact address would be the default.
Is there any concern setting the default value for the host to be actually what the placeholder implies?