Lore90Ad

Results 2 comments of Lore90Ad

Try importing getChildComponents `import { EditableComponent, getChildComponents, MapTo } from "@adobe/aem-react-editable-components";` ``` const MyTabs = (props) => { const tabItemsInOrder = getChildComponents(props); const tabItemsJsx = tabItemsInOrder.map((tabItemJsx) => {tabItemJsx} ); return...

Same problem here. If you try to refresh the page and get en.model.json together with page-3.model.json it works. But when requesting page-3.model.json at a later time ( i.e. not at...