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
// We get the value from cache while the first connection to Onyx is being made or if the key has changed,
262
260
// so we can return any cached value right away. For the case where the key has changed, If we don't return the cached value right away, then the UI will show the incorrect (previous) value for a brief period which looks like a UI glitch to the user. After the connection is made, we only
263
261
// update `newValueRef` when `Onyx.connect()` callback is fired.
0 commit comments