Hi, have just upgraded to 3.0.1 and trying out Team zimlet deployed to all users and although my admin user seems to be able to load and see the team tab and sidebar, no other regular users can see it. The mobile chat app works so the server is running it seems there is a typeerror in the zimlet code that is tripping up some browser versions.
In their browser consoles I can see errors:
Uncaught TypeError: (intermediate value)(...) is not a function
at Zimlets-nodev_all.js.zgz?language=en&country=AU&cosId=c3a18e68-7e66-4b35-9843-52d025ca26b4:20586
Line of code in the devtools is 20586:
var t=c;
return o(o.s="./src/classic/index.js")
}
)({ <<<========================== error cross is marked here.
"./src/classic/index.js":function(t,e,n){
window.__TEAM_IS_CLASSIC_ZIMLET=true;
window.__TEAM_USE_HASH_HISTORY=false;
Anything else I should be looking at?
var t=c;
return o(o.s="./src/classic/index.js")
}
)({ <<<========================== error cross is marked here.
"./src/classic/index.js":function(t,e,n){
window.__TEAM_IS_CLASSIC_ZIMLET=true;
window.__TEAM_USE_HASH_HISTORY=false;
Anything else I should be looking at?