https://www.growthbook.io/ logo
b

brash-fireman-45530

04/26/2023, 4:04 PM
Copy code
const gb = useGrowthBook();

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