-
Notifications
You must be signed in to change notification settings - Fork 31
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
herbs update - Entities with fields with another entity as type #64
Comments
@dalssoft can you prove more detail of how can I reproduce it? |
const A = entity('A', { id: field(Number), })
const B = entity('B', {
id: field(Number),
field1: field([A]),
})
|
@jhomarolo could you add the wip tag please? |
@PedroHaupenthal have you worked on this issue? The wip is still valid? |
After so many updates on herbscli, is it still a valid issue? Can someone check? |
I can confirm that the error is still happening |
@PedroHaupenthal have you worked on this issue? |
## [2.7.5](v2.7.4...v2.7.5) (2022-06-25) ### Bug Fixes * fix a bug when the entity has another entity as field ([0690899](0690899)), closes [#64](#64)
🎉 This issue has been resolved in version 2.7.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Related / evolution: #145 |
I take this issue |
ex:
error:
The text was updated successfully, but these errors were encountered: