Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-alpha
-
None
Description
Conditional navigation was not being handled correctly in that null was being immediately returned if the first navigation case did not match. Instead, we should have been continuing to loop through the remaining navigation cases to find a match.