This repository was archived by the owner on Jul 15, 2019. It is now read-only.
Fix NavLink to only navigate on unmodified clicks; Declare contextTypes in RouterMixin
- Fix
NavLinkto only navigate on unmodified clicks, via #66, contributed by @cesarandreu. - Declare
makePathandexecuteActionascontextTypesinRouterMixin, so that top level app component that uses RouterMixin does not need to declare them.