export default function MissingSection({ type, ...sectionData }) { console.log(`Missing section ${type} data ${sectionData}`); return (

Missing a template for {type}

Check console for component details

); }