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
store [nfc]: Update outdated references to loadGlobalStore
These were supposed to be updated in commit
fc80be1
where we replaced loadGlobalStore with getGlobalStore.
`LiveGlobalBindings.load` is the only thing left analogous to the
previously referred to `loadGlobalStore` method. To avoid direct
referencce to this specific implementation on `GlobalStore`, mention
that loading it for the first time is expected to be asynchronous
instead.
Signed-off-by: Zixuan James Li <[email protected]>
0 commit comments