gorgeous-translator-85551
09/11/2023, 11:06 AMenableDevMode: true
(which obviously works since I can see the DevTool)?
Thanks!backgroundSync: false
if that maybe makes a differencefalse
updates the UI in the button affected by the experiment (text should then say disabled
)billions-xylophone-11752
09/11/2023, 12:57 PMgorgeous-translator-85551
09/11/2023, 2:29 PMbillions-xylophone-11752
09/11/2023, 3:03 PM<GrowthBookProvider>
component? If not, DevTools won't be able to re-render their app when you click variationsgorgeous-translator-85551
09/11/2023, 3:45 PMuseRef
when creating the GrowthBook instance so it should one exist one as far as I know. The component in question is also wrapped (the whole app is actually) in a <GrowthBookProvider>
Don't know if this i helpful but when inspecting the DevTools themselves i see this error occur when changing variation:
devtools_panel.html:1 Error handling response: TypeError: Cannot read properties of undefined (reading 'id')
at <chrome-extension://opemhndcehfgipokneipaafbglcecjia/js/devtools_panel.js:2:1194187>
billions-xylophone-11752
09/11/2023, 4:26 PMuseRef
hook since changing a ref doesn't trigger a re-render.