This applies to version 6.0
On page 236 we create a NotificationRouter
with a router: Router
argument.
On page 237 we call that NotificationRouter
passing navigationHandler
as parameter of type HotwireTabBarController
.
Looks like the error is on page 236 and we should be expecting a navigationHandler: HotwireTabBarController
as init argument.