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
@@ -50,7 +50,7 @@ export type AnalyticsProviderProps<T> = {
50
50
loadOptions?: LoadOptions
51
51
52
52
/**
53
-
* This option force provider to render children only when isAnalytics is ready
53
+
* This option force provider to render children only when isAnalytics is ready, you can also set a timeout to prevent blocking indefinitely and use isAnalyticsReady to show a loading screen.
54
54
*/
55
55
shouldRenderOnlyWhenReady?: boolean
56
56
/**
@@ -92,11 +92,9 @@ export function AnalyticsProvider<T extends Events>({
92
92
// This effect will unlock the case where we have a failure with the load of the analytics.load as rudderstack doesn't provider any solution for this case.
0 commit comments