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

Improve Column.editor type checking #3858

Open
ghsolomon opened this issue Dec 16, 2024 · 0 comments
Open

Improve Column.editor type checking #3858

ghsolomon opened this issue Dec 16, 2024 · 0 comments

Comments

@ghsolomon
Copy link
Contributor

enableClear is not a property of NumberInputProps, so this should produce a TS error but does not:

Screenshot 2024-12-16 at 9 54 02 AM

I believe this may be related to props being implicitly typed as any, since the following solves the problem:

Screenshot 2024-12-16 at 9 55 48 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant