Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Page.Action: Add guard for IntersectionObserver #628

Merged
merged 1 commit into from May 16, 2019

Conversation

ItsJonQ
Copy link
Contributor

@ItsJonQ ItsJonQ commented May 16, 2019

Page.Action: Add guard for IntersectionObserver

This update adds a guard for IntersectionObserver, which is used for the
sticky feature in Page.Action.

The issue would only occur JSDOM. Target browsers (Edge+) supports this
feature

This update adds a guard for `IntersectionObserver`, which is used for the
sticky feature in `Page.Action`.

The issue would only occur JSDOM. Target browsers (Edge+) supports this
feature
@ItsJonQ ItsJonQ added bug 🐛 stability 💪 patch ☝️ To indicate patch version bumps labels May 16, 2019
@ItsJonQ ItsJonQ self-assigned this May 16, 2019
@netlify
Copy link

netlify bot commented May 16, 2019

Deploy preview for hsds-react ready!

Built with commit cbae7ef

https://deploy-preview-628--hsds-react.netlify.com

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2188

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 2187: 0.0%
Covered Lines: 10800
Relevant Lines: 10800

💛 - Coveralls

@@ -72,7 +72,6 @@ export class Actions extends React.PureComponent<
zIndex,
...rest
} = this.props
const { isStickyActive } = this.state
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused variable

@ItsJonQ ItsJonQ merged commit f62f9bc into master May 16, 2019
@plbabin plbabin deleted the page-action-sticky-intersectionobserver-guard branch April 27, 2020 14:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug 🐛 patch ☝️ To indicate patch version bumps stability 💪
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants