```const gb = useGrowthBook(); if (gb.ready) { ...
# ask-questions
b
Copy code
const gb = useGrowthBook();

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