Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions versioned_docs/version-v4.39/config/extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ It is possible to assign data to the actual `<script>` element's `data-opts` pro

### slotChildNodesFix

For browsers that do not support shadow dom (IE11 and Edge 18 and below), slot is polyfilled to simulate the same behavior. However, the host element's `childNodes` and `children` getters are not patched to only show the child nodes and elements of the default slot. Defaults to `false`.
For browsers that do not support shadow dom (IE11 and Edge 18 and below), slot is polyfilled to simulate the same behavior. The host element's `childNodes` and `children` getters are patched to only show the child nodes and elements of the default slot. Defaults to `false`.

### addGlobalStyleToComponents

Expand All @@ -185,4 +185,4 @@ You can turn this behavior off by setting this flag to `false`.
### additionalTagTransformers

Auto-apply `tagTransform` to most static tag names within your component library (including CSS selectors).
Refer to the [Tag Transformation](../guides/tag-transformation.md) page for more information.
Refer to the [Tag Transformation](../guides/tag-transformation.md) page for more information.