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 Deprecated Type #242

Merged
merged 1 commit into from
Sep 3, 2021
Merged

Fix Deprecated Type #242

merged 1 commit into from
Sep 3, 2021

Conversation

zoominGiladSher
Copy link
Contributor

@zoominGiladSher zoominGiladSher commented Sep 1, 2021

According to https://developer.mozilla.org/en-US/docs/Web/API/MouseWheelEvent the MouseWheelEvent is deprecated and should be replaced by WheelEvent (https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent) - this change is important since in version 4.4.0 and onwards of Typescript this breaks the build process for repos depending on the library. See microsoft/TypeScript-DOM-lib-generator#1029 (comment)

According to https://developer.mozilla.org/en-US/docs/Web/API/MouseWheelEvent the MouseWheelEvent is deprecated and should be replaced by WheelEvent (https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent) - this change is important since in version 4.4.0 and onwards of Typescript this breaks the build process for repos depending on the library.
@tscanlin
Copy link
Owner

tscanlin commented Sep 3, 2021

LGTM, thanks for the PR!

@tscanlin tscanlin merged commit da62181 into tscanlin:master Sep 3, 2021
@tscanlin
Copy link
Owner

tscanlin commented Sep 3, 2021

This is published in [email protected] thanks again!

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.

2 participants