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

little-river-61755

04/06/2022, 8:50 AM
Does the JS SDK have a listener/hook for when devtool has changed? Trying to refresh our angular app
f

future-teacher-7046

04/06/2022, 10:35 AM
Yes. There is a
setRenderer
method on the GrowthBook instance that takes a callback. It is called every time the state of a feature or experiment changes. It's what the React SDK uses internally.
3 Views