Hey guys, if I used JS SDK in my web app, is there...
# ask-questions
p
Hey guys, if I used JS SDK in my web app, is there any way that I can easily override the status of feature flags in current page? This is mainly for developer testing purpose
f
Yes, we have a Chrome extension you can use for that
If you're not using React, you will need to provide a render callback function to the SDK so it can refresh your app when a feature is modified in dev tools
p
This is awesome 🤩