Reports: break out separate Report component, basic styling
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user