ReactKit / SwiftState

Elegant state machine for Swift.
MIT License
904 stars 93 forks source link

Fix hasRoute() bug when there are routes for both AnyEvent & SomeEvent. #19

Closed inamiy closed 9 years ago

inamiy commented 9 years ago

This pull request will fix a disappearing route bug (reported via private email on 2015/3/6 19:59:59) where mixture of addRoute() (AnyEvent) and then addRouteEvent() (SomeEvent) causes SomeEvent's routes not able to evaluate proper route via hasRoute() method.