3.2.1
- Fix: allows for
null
to be passed as routes. For example,withBreadcrumbs(null, { ... })
. This is for users of default, generated breadcrumbs who also want to pass an options object into the HOC - Chore: general dev dependency updates
null
to be passed as routes. For example, withBreadcrumbs(null, { ... })
. This is for users of default, generated breadcrumbs who also want to pass an options object into the HOC