Reports: break out separate Report component, basic styling

This commit is contained in:
Alex Gleason
2020-12-31 17:20:46 -06:00
parent 0837bd0495
commit a16e709ff4
5 changed files with 71 additions and 15 deletions

View File

@ -24,6 +24,7 @@ export default class IntersectionObserverArticle extends React.Component {
state = {
isHidden: false, // set to true in requestIdleCallback to trigger un-render
isIntersecting: true,
}
shouldComponentUpdate(nextProps, nextState) {