Given this callback: ``` js visibilityChangeCallback (e) { console.log(this.hasSomeOutlet); } ``` When switching to a different tab and then back to the initial tab, the console log output is `null`