You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,7 +13,7 @@ export default function addUtilsToWindow() {
13
13
return;
14
14
}
15
15
16
-
Environment.isProduction().then((isProduction)=>{
16
+
isProductionLib().then((isProduction)=>{
17
17
if(isProduction){
18
18
return;
19
19
}
@@ -23,8 +23,8 @@ export default function addUtilsToWindow() {
23
23
// We intentionally do not offer an Onyx.get API because we believe it will lead to code patterns we don't want to use in this repo, but we can offer a workaround for the sake of debugging
0 commit comments