MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / CSPostHogProvider

Function CSPostHogProvider

src/app/providers.tsx:16–18  ·  view source on GitHub ↗
({ children }: { children: React.ReactNode })

Source from the content-addressed store, hash-verified

14 })
15}
16function CSPostHogProvider({ children }: { children: React.ReactNode }) {
17 return <PostHogProvider client={posthog}>{children}</PostHogProvider>
18}
19
20export function Providers({ children }: { children: React.ReactNode }) {
21 const { showProBanner } = useProBannerStore()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected