Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
]};
`;
// This is to avoid transition styles being server side rendered which we
// do not need. They'll be quite large and are unnecessary on initial render
function SaveShareContainerWrapper(props) {
return (
}
server={() => }
/>
);
}
const StyledKeylineItem = styled(ArticleKeylineItem)`
${selectors.containsSticky(css`
border-bottom-color: transparent;
`)};
`;
const shouldBeSticky = mediaQuery(`(max-width: ${breakpoints.huge}px)`);
function StickySaveAndShareBar(props) {
return (