futurice/pepperoni-app-kit

Usage of missing action creator

FruitieX opened this issue · 1 comments

onNavigateCompleted() in NavigationViewContainer.js is supposed to dispatch a navigationCompleted action, but it looks like navigationCompleted is undefined because it is never exported from NavigationState.js!

Looks like we are never using this function?

Fixed by #189