Skip to content

Commit

Permalink
Fix shadowroot to shadowrootmode in DSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Mittal committed Jul 21, 2023
1 parent bcccf84 commit b49ec44
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 shadowrootmode={mode}>
{options.render({
root,
ssr,
Expand Down

0 comments on commit b49ec44

Please sign in to comment.