Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
if (configuration.props)
resultProps = Object.assign(resultProps, configuration.props(props));
return resultProps;
};
const GQL = graphql(query, newConfiguration)(Component);
return ;
}
componentDidUpdate() {
resetExperienceEditorChromes();
}
}
return withSitecoreContext()(SitecoreRenderingWrapper);
};
}