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
// src/react/hooks/useBackgroundQuery.ts:54:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts
2532
2569
// src/react/hooks/useBackgroundQuery.ts:78:4 - (ae-forgotten-export) The symbol "RefetchFunction" needs to be exported by the entry point index.d.ts
2533
2570
// src/react/hooks/useLoadableQuery.ts:120:9 - (ae-forgotten-export) The symbol "ResetFunction" needs to be exported by the entry point index.d.ts
2571
+
// src/react/hooks/useSuspenseFragment.ts:60:5 - (ae-forgotten-export) The symbol "From" needs to be exported by the entry point index.d.ts
2534
2572
2535
2573
// (No @packageDocumentation comment for this package)
// src/react/hooks/useBackgroundQuery.ts:54:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts
2356
2393
// src/react/hooks/useBackgroundQuery.ts:78:4 - (ae-forgotten-export) The symbol "RefetchFunction" needs to be exported by the entry point index.d.ts
2357
2394
// src/react/hooks/useLoadableQuery.ts:120:9 - (ae-forgotten-export) The symbol "ResetFunction" needs to be exported by the entry point index.d.ts
2395
+
// src/react/hooks/useSuspenseFragment.ts:60:5 - (ae-forgotten-export) The symbol "From" needs to be exported by the entry point index.d.ts
2358
2396
2359
2397
// (No @packageDocumentation comment for this package)
// Warning: (ae-forgotten-export) The symbol "UseSuspenseFragmentOptions" needs to be exported by the entry point index.d.ts
2316
+
// Warning: (ae-forgotten-export) The symbol "UseSuspenseFragmentResult" needs to be exported by the entry point index.d.ts
2317
+
//
2318
+
// @public (undocumented)
2319
+
function useSuspenseFragment<TData,TVariablesextendsOperationVariables=OperationVariables>(options:UseSuspenseFragmentOptions<TData,TVariables>& {
2320
+
from:NonNullable<From<TData>>;
2321
+
}):UseSuspenseFragmentResult<TData>;
2322
+
2323
+
// @public (undocumented)
2324
+
function useSuspenseFragment<TData,TVariablesextendsOperationVariables=OperationVariables>(options:UseSuspenseFragmentOptions<TData,TVariables>& {
2325
+
from:null;
2326
+
}):UseSuspenseFragmentResult<null>;
2327
+
2328
+
// @public (undocumented)
2329
+
function useSuspenseFragment<TData,TVariablesextendsOperationVariables=OperationVariables>(options:UseSuspenseFragmentOptions<TData,TVariables>& {
2330
+
from:From<TData>;
2331
+
}):UseSuspenseFragmentResult<TData|null>;
2332
+
2333
+
// @public (undocumented)
2334
+
function useSuspenseFragment<TData,TVariablesextendsOperationVariables=OperationVariables>(options:UseSuspenseFragmentOptions<TData,TVariables>):UseSuspenseFragmentResult<TData>;
// Warning: (ae-forgotten-export) The symbol "SuspenseQueryHookOptions" needs to be exported by the entry point index.d.ts
2255
2351
// Warning: (ae-forgotten-export) The symbol "UseSuspenseQueryResult" needs to be exported by the entry point index.d.ts
2256
2352
//
@@ -2378,6 +2474,10 @@ interface WrappableHooks {
2378
2474
//
2379
2475
// (undocumented)
2380
2476
useReadQuery:typeofuseReadQuery;
2477
+
// Warning: (ae-forgotten-export) The symbol "useSuspenseFragment" needs to be exported by the entry point index.d.ts
2478
+
//
2479
+
// (undocumented)
2480
+
useSuspenseFragment:typeofuseSuspenseFragment;
2381
2481
// Warning: (ae-forgotten-export) The symbol "useSuspenseQuery" needs to be exported by the entry point index.d.ts
2382
2482
//
2383
2483
// (undocumented)
@@ -2416,6 +2516,7 @@ export function wrapQueryRef<TData, TVariables extends OperationVariables>(inter
2416
2516
// src/react/hooks/useBackgroundQuery.ts:38:3 - (ae-forgotten-export) The symbol "SubscribeToMoreFunction" needs to be exported by the entry point index.d.ts
2417
2517
// src/react/hooks/useBackgroundQuery.ts:54:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts
2418
2518
// src/react/hooks/useBackgroundQuery.ts:78:4 - (ae-forgotten-export) The symbol "RefetchFunction" needs to be exported by the entry point index.d.ts
2519
+
// src/react/hooks/useSuspenseFragment.ts:60:5 - (ae-forgotten-export) The symbol "From" needs to be exported by the entry point index.d.ts
2419
2520
// src/react/query-preloader/createQueryPreloader.ts:145:3 - (ae-forgotten-export) The symbol "PreloadQueryFetchPolicy" needs to be exported by the entry point index.d.ts
2420
2521
// src/react/query-preloader/createQueryPreloader.ts:167:5 - (ae-forgotten-export) The symbol "RefetchWritePolicy" needs to be exported by the entry point index.d.ts
// src/react/hooks/useBackgroundQuery.ts:54:3 - (ae-forgotten-export) The symbol "FetchMoreFunction" needs to be exported by the entry point index.d.ts
3231
3268
// src/react/hooks/useBackgroundQuery.ts:78:4 - (ae-forgotten-export) The symbol "RefetchFunction" needs to be exported by the entry point index.d.ts
3232
3269
// src/react/hooks/useLoadableQuery.ts:120:9 - (ae-forgotten-export) The symbol "ResetFunction" needs to be exported by the entry point index.d.ts
3270
+
// src/react/hooks/useSuspenseFragment.ts:60:5 - (ae-forgotten-export) The symbol "From" needs to be exported by the entry point index.d.ts
3233
3271
3234
3272
// (No @packageDocumentation comment for this package)