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
Copy file name to clipboardExpand all lines: src/setup/addUtilsToWindow.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ 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
24
24
window.Onyx.get=function(key){
25
25
returnnewPromise((resolve)=>{
26
+
// We have opted for `connectWithoutView` here as this is a debugging utility and does not relate to any view.
0 commit comments