Nevermind, it fixed itself?

Original Post

Hi, I've been experimenting with a settings module and I noticed a very annoying issue.
When you are editing the contents of the JSON editor if there is a problem with the syntax it will stop anything from using .setValue for the component.

.setValue will not work until I give it a empty array( [] ) in which it will display the data I want.

Is it possible to have this changed or am I missing any settings?

Basically I have a "profile switch" kind of thing going on when I select a profile it will fill the json editor with the profile data and I can switch in between.

UPDATE Turns out, all it took was some sleep and suddenly I'm no longer having the issues I'm describing. I have no genuine idea how this fixed by itself but it did.