
EitherRecipeComponent unconditionally fails validation due to incorrect usage of Optional
campbellcole opened this issue ยท 2 comments
This code checks if left is empty, then gets the value if it is, which causes a NoSuchElementException
to be thrown if this recipe component is used.
Thanks for the report, i'm... surprised nobody ever noticed that (i guess the Either component was never really used?)