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!: typing issues with some input fields #1199

Closed
wants to merge 1 commit into from

Conversation

JLou
Copy link
Contributor

@JLou JLou commented Sep 3, 2024

The package used to build the types with @types/react v17 and using it in a v18 project causes a flood of warning issues. For example, onPointerLeaveCapture was required by the typing as poped as an issue in the build logs

BREAKING CHANGE: dropped support for react 17 and 16

MartinWeb
MartinWeb previously approved these changes Sep 3, 2024
The package used to build the types with @types/react v17 and
using it in a v18 project causes a flood of warning issues. For example, onPointerLeaveCapture was required by the typing as
poped as an issue in the build logs

BREAKING CHANGE: dropped support for react 17 and 16
@JLou JLou force-pushed the fix/type-warnings branch from ca39128 to 66b39d1 Compare September 4, 2024 06:54
@JLou JLou closed this Sep 4, 2024
@JLou JLou deleted the fix/type-warnings branch September 4, 2024 07:15
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