-
Notifications
You must be signed in to change notification settings - Fork 198
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
Return type of flatten/unflatten #179
Comments
Can you provide a minimal and reproducible example of your issue? |
This seem to work as I would expect the unflatten to work but do I need type casting for this library to work like this ? |
No you should not need to, this is certainly a bug of some sort. |
@jonkoops have you ever had this working? Judging by the code in previous releases this has never been a thing |
How Do i get the result type being properly typed?? Instead I get
unknown
as a result of flatter/unflattenunflatten(values);
The text was updated successfully, but these errors were encountered: