{content}
{components}
{sections}
@@ -34,6 +62,7 @@ SectionRenderer.propTypes = {
content: PropTypes.node,
components: PropTypes.node,
sections: PropTypes.node,
+ isolatedSection: PropTypes.bool,
};
export default Styled(styles)(SectionRenderer);
diff --git a/src/rsg-components/Section/__snapshots__/Section.spec.js.snap b/src/rsg-components/Section/__snapshots__/Section.spec.js.snap
index a73fc0246..eb7ab25c7 100644
--- a/src/rsg-components/Section/__snapshots__/Section.spec.js.snap
+++ b/src/rsg-components/Section/__snapshots__/Section.spec.js.snap
@@ -1,15 +1,30 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`render should not render title if name is not set 1`] = ``;
+exports[`render should not render title if name is not set 1`] = `
+
+