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
app-c63af0784ac898b80ef3.bundle.js:33823 Uncaught TypeError: getAllKeys is not a function
at addAllSafeEvictionKeysToRecentlyAccessedList (web.development.js?d0e7:698:1)
at Object.init (web.development.js?d0e7:1418:1)
at __WEBPACK_DEFAULT_EXPORT__ (index.js?ce78:22:5)
at eval (index.js?41f5:12:19)
at ./index.js (app-c63af0784ac898b80ef3.bundle.js:7140:1)
at __webpack_require__ (app-c63af0784ac898b80ef3.bundle.js:33820:33)
at app-c63af0784ac898b80ef3.bundle.js:34910:37
at app-c63af0784ac898b80ef3.bundle.js:34912:12
I think maybe the lazy import of this code just doesn't work because we are using a bundle that is already built, but not entirely sure
Reproduction:
captureMetrics: true
inOnyx.init()
I think maybe the lazy import of this code just doesn't work because we are using a bundle that is already built, but not entirely sure
react-native-onyx/lib/Onyx.js
Line 964 in 98260f1
I think we can just include this in all dev bundles
The text was updated successfully, but these errors were encountered: