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

[Feature Request]: For unintended property combinations that can be determined at runtime #182

Closed
2 tasks done
rktyt opened this issue Aug 19, 2022 · 1 comment
Closed
2 tasks done
Labels
enhancement New feature or request

Comments

@rktyt
Copy link

rktyt commented Aug 19, 2022

Description

I suspect that a careful reading of the documentation would reveal much, but since I can't spare the time to do so, I'm going to
I would like the console to output warnings for things that cannot be covered by the type definitions.

To quickly identify issues such as the following issue.
#168

I think it would be better to make filteringEmpty property mandatory for the 168 issue, since it is reproduced by the "All properties" filter in the Playground of the documentation.

Code of Conduct

@rktyt rktyt added the enhancement New feature or request label Aug 19, 2022
@taheramr
Copy link
Member

Thanks for bringing our attention there. Typically we rely on typescript typings to validate correct use of our API. Unfortunately, here we cannot express the requirements with type definitions. Currently we keep the behaviour as-is, but may reconsider this in future, if there will be more reoccurring instances of this particular issue (#169

@taheramr taheramr closed this as completed Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants