jckautzmann
jckautzmann
POC to create composable components (e.g. teaser is built with image, title and text components). See discussion in #1893 With this approach: - each sub component (e.g. title) is stored...
POC to create composable components (e.g. teaser is built with image, title and text components). See discussion in #1893. With this approach: - the teaser node is wrapped into a...
Update to the latest released version of Core Components: https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.19.0
According to the MDN reference docs [0] `Element.replaceChildren()` is supported with Safari >= 14. When run with Safari 13, the eslint compat plugin should output an error like: ``` Element.replaceChildren()...