```const gb = useGrowthBook(); if (gb.ready) { // Do something }``` When does the `gb.ready` flag...
b
Copy code
const gb = useGrowthBook();

if (gb.ready) {
  // Do something
}
When does the
gb.ready
flag switch?