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
refactor(query-core): consolidate NonFunction type into NonFunctionGuard
Moved NonFunction type from utils.ts to types.ts as NonFunctionGuard with improved documentation. Applied the type guard consistently to placeholderData and updated all references and documentation to use the new name.
* If set, this value will be used as the placeholder data for this particular query observer while the query is still in the `loading` data and no initialData has been provided.
0 commit comments