So
window.Twitch.ext.configuration.onChanged(() => {
console.log(window.Twitch.ext.configuration.broadcaster);
});
Is still null?
Should see something like

(granted your configuration won’t be cat:cat)
So
window.Twitch.ext.configuration.onChanged(() => {
console.log(window.Twitch.ext.configuration.broadcaster);
});
Is still null?
Should see something like

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