File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ if (pathname && pathname !== window.location.pathname) {
107
107
108
108
root . render (
109
109
< ErrorBoundary >
110
- < PostHogProvider client = { posthog } >
110
+ < PostHogProvider apiKey = { process . env . REACT_APP_POSTHOG_KEY } client = { posthog } >
111
111
< WagmiProvider config = { config } >
112
112
< QueryClientProvider client = { queryClient } >
113
113
< RainbowKitProvider >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const dataLayer = new DataLayer({
64
64
} ) ;
65
65
root . render (
66
66
< React . StrictMode >
67
- < PostHogProvider client = { posthog } >
67
+ < PostHogProvider apiKey = { process . env . REACT_APP_POSTHOG_KEY } client = { posthog } >
68
68
< WagmiProvider config = { config as ResolvedRegister [ "config" ] } >
69
69
< QueryClientProvider client = { queryClient } >
70
70
< RainbowKitProvider >
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ const landing = (
114
114
115
115
root . render (
116
116
< React . StrictMode >
117
- < PostHogProvider client = { posthog } >
117
+ < PostHogProvider apiKey = { process . env . REACT_APP_POSTHOG_KEY } client = { posthog } >
118
118
< WagmiProvider config = { config } >
119
119
< QueryClientProvider client = { queryClient } >
120
120
< RainbowKitProvider
You can’t perform that action at this time.
0 commit comments