[BUG] Parsing yields error due to correlation between a Channel and Operation #996
Closed
2 tasks done
Labels
bug
Something isn't working
Describe the bug.
The parser yields an error due to some correlation between a Channel
address
being null and its associated Operation not havingtraits: []
defined. Either changing the address to be not-null, OR, adding atraits: []
field to the operation will suppress the error.Note that Operation Traits are NOT required by the spec, so being forced to add a
traits: []
field to an operation due to a channel address being null is quite erroneous. I have zero insight into where such an issue could be stemming from.Expected behavior
Traits can be omitted from operations without an error, regardless of if the associated channel has a null address.
Screenshots
Studio link to the error
How to Reproduce
Below is a minimal reproducible example:
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it
The text was updated successfully, but these errors were encountered: