React - Calling Extension Helper in Constructor

I’m hoping someone can confirm this for me: I am now seeing in the Developer Rig that calling window.Twitch.ext.features.isBitsEnabled is ‘false’ when you call it in the constructor, or early on in the loading process. When I call it inside render, I’m seeing window.Twitch.ext.features.isBitsEnabled is ‘true’. So this tells me two things:

  1. Calling ‘isBitsEnabled’ in the Rig will return true even if your channel doesn’t actually have bits enabled.
  2. When you call ‘isBitsEnabled’, it may not return the correct value until the extension helper has fully loaded…is there a way to know when this is?