We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the _.zipObject lodash api expects (props, values) but the values are swapped:
_.zipObject
(props, values)
generator/src/components/client.ts
Line 141 in 25761a8
The text was updated successfully, but these errors were encountered:
fix: lodash zipObject wrong order
5c1a1ef
fixes #670
chore(release): 1.20.1 [skip ci]
51de273
## [1.20.1](1.20.0...1.20.1) (2021-07-17) ### Bug Fixes * lodash zipObject wrong order ([5c1a1ef](5c1a1ef)), closes [#670](#670)
🎉 This issue has been resolved in version 1.20.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
the
_.zipObject
lodash api expects(props, values)
but the values are swapped:generator/src/components/client.ts
Line 141 in 25761a8
The text was updated successfully, but these errors were encountered: