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

Nested arrays get transformed into objects with indexes #20

Closed
manishoo opened this issue Mar 29, 2020 · 1 comment · Fixed by #21
Closed

Nested arrays get transformed into objects with indexes #20

manishoo opened this issue Mar 29, 2020 · 1 comment · Fixed by #21
Labels

Comments

@manishoo
Copy link
Contributor

The deflate function, given something like [[{a: 1}]], will transform it into something like [{0: {a: 1}}]

@gajus
Copy link
Owner

gajus commented Jul 11, 2020

🎉 This issue has been resolved in version 2.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants