Skip to content

Commit

Permalink
Fix: remove dynamic wallet shadow dom disable
Browse files Browse the repository at this point in the history
Fixes #4176
  • Loading branch information
rdig authored and jakubcolony committed Feb 5, 2025
1 parent 07c4487 commit 4d29a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Entry = ({ store }: Props) => {
return networks;
},
},
shadowDOMEnabled: false,
shadowDOMEnabled: true,
}}
>
<PostHogProvider {...posthogConfig}>
Expand Down

0 comments on commit 4d29a82

Please sign in to comment.