Uncaught TypeError: domo.onVariablesUpdated is not a function
In my bricks app, I am trying to register for updates to variables, using the callback function domo.onVariablesUpdated(function(x) {console.log(x);}) as illustrated here (https://developer.domo.com/portal/e947d87e17547-domo-js#domoonvariablesupdated) But I run into an Uncaught type error that onVariablesUpdated is not a…