When developing a PCF OptionSet Control in the Harness, I've clicked on the "up/down" arrows to change the Input Value (spin up/down) and I happened to come to the value -1. After that the Harness breaks, and a complete white page is shown.
The problem is that I had no idea how to fix that: closing the harness didn't fix it. It seems that the value is cached somewhere, but I didn't know how to change it (in the beginning I thought there is something wrong with my code).
I've attached a screenshot with the console log.
I fixed it by accident, by renaming my property in the manifest.
Until the bug is fixed, maybe you can also tell me a better way to fix the harness when something like this happens.