fix
This commit is contained in:
@@ -65,10 +65,9 @@ function AllProviders({ children }: { children: React.ReactNode }) {
|
|||||||
{process.env.NEXT_PUBLIC_OP_CLIENT_ID && (
|
{process.env.NEXT_PUBLIC_OP_CLIENT_ID && (
|
||||||
<OpenPanelComponent
|
<OpenPanelComponent
|
||||||
clientId={process.env.NEXT_PUBLIC_OP_CLIENT_ID}
|
clientId={process.env.NEXT_PUBLIC_OP_CLIENT_ID}
|
||||||
profileId={userId || undefined}
|
|
||||||
waitForProfile
|
|
||||||
trackScreenViews
|
trackScreenViews
|
||||||
trackOutgoingLinks
|
trackOutgoingLinks
|
||||||
|
trackAttributes
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<ReduxProvider store={storeRef.current}>
|
<ReduxProvider store={storeRef.current}>
|
||||||
|
|||||||
Reference in New Issue
Block a user