While loading a skuidpage in a console app, one skuid page periodically doesn’t load because of the following error in static resource skuidjs line 30:
Uncaught TypeError: sforce.console.isInConsole is not a function
I think this may be an issue due to a problem with salesforce not always having a value for isInConsole, but this is blocking us from releasing the console app to our production users.
If skuid js handled the case where sforce.console isn’t null, but sforce.console.isInConsole is, I think the page would still load. I would try changing this file myself but I don’t know of any way to change a static resource from a managed package.