we're running the JS script sdk for a couple of cl...
# ask-questions
r
we're running the JS script sdk for a couple of clients with vue and it seems like vue renders before growthbook is initialized which makes tests not work correctly. is there a way to know when growthbook has been fully initialized?
f
if you await the init call, that will be when it's finished loading
r
super, thanks!