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
As the image shows, the builder type cannot be matched to empty array types as never[]. Some type hint for the fields object is required.
never[]
fields
[someField()]
The text was updated successfully, but these errors were encountered:
Solution is to have better builder utils, so no manual building and typing is needed
Sorry, something went wrong.
35d19aa
chore(release): 3.7.0
3fea940
# [3.7.0](v3.6.4...v3.7.0) (2023-11-30) ### Features * **ListField:** improved builder ([35d19aa](35d19aa)), closes [#40](#40)
🎉 This issue has been resolved in version 3.7.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
No branches or pull requests
As the image shows, the builder type cannot be matched to empty array types as
never[]
. Some type hint for thefields
object is required.[someField()]
The text was updated successfully, but these errors were encountered: