Configuration.set doesn't set value

So

window.Twitch.ext.configuration.onChanged(() => {
    console.log(window.Twitch.ext.configuration.broadcaster);
});

Is still null?

Should see something like

image

(granted your configuration won’t be cat:cat)