Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjwala committed Oct 30, 2023
1 parent 6cbaee5 commit 5036d52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export const configSchema = {
default: true
},
disableShadowDOM: {
type: 'boolean'
type: 'boolean',
default: false
},
domTransformation: {
type: 'string'
Expand Down

0 comments on commit 5036d52

Please sign in to comment.