Skip to content

Commit

Permalink
Merge pull request #156 from VinayKrMittal/master
Browse files Browse the repository at this point in the history
[Fix- #155 ] shadowroot to shadowrootmode in DSD
  • Loading branch information
Wildhoney committed Jul 21, 2023
2 parents bcccf84 + f566614 commit a173234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function create(options) {
{(root || ssr) && (
<utils.Context.Provider value={root}>
{ssr ? (
<Template shadowroot="open">
<Template shadowroot={mode} shadowrootmode={mode}>
{options.render({
root,
ssr,
Expand Down

0 comments on commit a173234

Please sign in to comment.