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

Bug: nullable dictionary with nullable value is generated wrong #322

Open
vadym-kriuchkov opened this issue May 15, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@vadym-kriuchkov
Copy link

vadym-kriuchkov commented May 15, 2024

Hi.
This json:
image
is generated into this typescript:
image

what I expect is
image

Interestingly - if only value is nullable, but dictionary itself is not - everything is generated fine. Or if dictionary is nullable, but value is not - same, everything is fine. However when both of them are nullable - only value nullability is being taken into account.

@luisfpg luisfpg added the bug Something isn't working label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants