TypedStruct with array and default
I have a typed_struct with an
{:array, OtherStruct} field. Passing data to new() works as expected but after adding default: [] to the field, the field only returns []. I'm not sure if this is a bug or intended.
Structs:
Data:
With default: []
Without default: []


2 Replies
Sounds like a bug to me 🙂
I'll go ahead and create an issue on GH