master
render
render() { const { props, state } = this; const stickyPlaceholderHeight = state.shouldStick ? this.ref.getBoundingClientRect().height : 0; return (