From 2fba5191f3d9a9008532ec705cfa4dd8403c9c32 Mon Sep 17 00:00:00 2001 From: pvditto <123380273+pvditto@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:50:01 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20getditto?= =?UTF-8?q?/react-ditto@ea02759553c5fe2dd7f2f2a10481cecbac288ada=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/DittoLazyProvider.html | 2 +- functions/DittoProvider.html | 2 +- functions/useCollections.html | 2 +- functions/useConnectionStatus.html | 2 +- functions/useDitto.html | 2 +- functions/useDittoContext.html | 2 +- functions/useLazyPendingCursorOperation.html | 2 +- functions/useLazyPendingIDSpecificOperation.html | 2 +- functions/useMutations.html | 2 +- functions/useOfflinePlaygroundIdentity.html | 2 +- functions/useOnlineIdentity.html | 2 +- functions/useOnlinePlaygroundIdentity.html | 2 +- functions/usePendingCursorOperation.html | 2 +- functions/usePendingIDSpecificOperation.html | 2 +- functions/useRemotePeers.html | 2 +- interfaces/CollectionsQueryParams.html | 8 ++++---- interfaces/ConnectionStatusParams.html | 6 +++--- .../CreateOfflinePlaygroundIdentityParams.html | 4 ++-- interfaces/CreateOnlineIdentityParams.html | 4 ++-- .../CreateOnlinePlaygroundIdentityParams.html | 4 ++-- interfaces/DittoContextProps.html | 8 ++++---- interfaces/DittoHash.html | 2 +- interfaces/DittoHookProps.html | 4 ++-- interfaces/DittoLazyProviderProps.html | 6 +++--- interfaces/DittoProviderProps.html | 6 +++--- interfaces/LazyPendingCursorOperationReturn.html | 16 ++++++++-------- .../LazyPendingIDSpecificOperationReturn.html | 16 ++++++++-------- interfaces/LiveQueryParams.html | 16 ++++++++-------- interfaces/PendingCursorOperationReturn.html | 16 ++++++++-------- interfaces/PendingIDSpecificOperationReturn.html | 14 +++++++------- interfaces/ProviderState.html | 6 +++--- interfaces/RemoveByIDParams.html | 4 ++-- interfaces/RemoveParams.html | 4 ++-- interfaces/UpdateByIDParams.html | 6 +++--- interfaces/UpdateParams.html | 8 ++++---- interfaces/UpsertParams.html | 4 ++-- interfaces/UseMutationParams.html | 6 +++--- interfaces/UsePeersParams.html | 4 ++-- .../UsePendingIDSpecificOperationParams.html | 10 +++++----- interfaces/useOnlineIdentityProps.html | 8 ++++---- interfaces/useOnlinePlaygroundIdentityProps.html | 4 ++-- types/RegisterDitto.html | 2 +- types/RemoveByIDFunction.html | 2 +- types/RemoveFunction.html | 2 +- types/RenderFunction.html | 2 +- types/UnregisterDitto.html | 2 +- types/UpdateByIDFunction.html | 2 +- types/UpdateFunction.html | 2 +- types/UpsertFunction.html | 2 +- variables/DittoContext.html | 2 +- 50 files changed, 121 insertions(+), 121 deletions(-) diff --git a/functions/DittoLazyProvider.html b/functions/DittoLazyProvider.html index 781f50d..b9dcaad 100644 --- a/functions/DittoLazyProvider.html +++ b/functions/DittoLazyProvider.html @@ -1,7 +1,7 @@
Optional
context: anyA function that needs to return a React.Element
-Optional
context: anyA function that needs to return a React.Element
-collections query parameters.
-
Implements a lazy Ditto provider which is initially mounted without any Ditto instances. Child components are then responsible for invoking the provider's load function to create a Ditto instance on demand when it is needed.