Hotwire Native for Rails Developers: (p 236, 237)

@joemasilotti

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.

Great catch, thanks @develumpen! I just updated the code - it will be live in the next release.