Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typescript definition for PlainChildren #205

Merged
merged 1 commit into from
Mar 25, 2019
Merged

Conversation

thebuilder
Copy link
Owner

Work on improving the types for PlainChildren - See #202
Create a new tsconfig for the build task. This ensures tsc is run on all files in the project,
while we still only emit the files in 'src'

Create a new tsconfig for the build task. This ensures tsc is run on all files in the project,
while we still only emit the files in 'src'
@coveralls
Copy link

Pull Request Test Coverage Report for Build 931

  • 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 98.895%

Totals Coverage Status
Change from base Build 929: 0.0%
Covered Lines: 98
Relevant Lines: 98

💛 - Coveralls

Copy link
Contributor

@etripier etripier left a comment

Choose a reason for hiding this comment

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

Awesome! Thanks for the fix.


/** Call this function whenever the in view state changes */
onChange?: (inView: boolean, entry: IntersectionObserverEntry) => void
} & React.HTMLProps<HTMLDivElement>
} & Omit<React.HTMLProps<HTMLElement>, 'onChange'>
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@thebuilder thebuilder merged commit 2474537 into master Mar 25, 2019
@thebuilder thebuilder deleted the typescript-optimize branch March 25, 2019 08:27
johnrackles pushed a commit to johnrackles/react-intersection-observer that referenced this pull request Feb 19, 2020
Create a new tsconfig for the build task. This ensures tsc is run on all files in the project,
while we still only emit the files in 'src'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants