Transformed objects in .union()
vs .discriminatedUnion()
#1424
Labels
stale
No activity in last 60 days
.union()
vs .discriminatedUnion()
#1424
Hello, thanks for the amazing package
I noticed that for the following two objects, first of which is transformed
.union()
will work just fineWhile
.discriminatedUnion()
Will produce the following error
So the question is to find out whether transformed objects shouldn't be used in
.union()
, or something is wrong with the input type check of the.discriminatedUnion()
The text was updated successfully, but these errors were encountered: