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
Exports loadAsyncData() function — it loads asynchronous (or synchronous) data into the global state, the same way as useAsyncData(), and useAsyncCollection() hooks do. It is intended for niche situations when a direct, imperative global state manipulation with such function makes more sense than using the hook.