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(Exact): fix support for Date in union #902

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

zorji
Copy link
Contributor

@zorji zorji commented Jun 30, 2024

What's changed

  • Use JsonObject to only apply Exact check for simple object. Type from a class should rely on the native TypeScript check

Why?

@zorji zorji marked this pull request as ready for review June 30, 2024 11:44
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.

Exact does not work as expected with type involving Date and union
2 participants