Skip to content

fix js error when integrate with fluxible router

Compare
Choose a tag to compare
@kaesonho kaesonho released this 08 Apr 16:29
· 419 commits to master since this release

#87 - we are actually be able to integrate with fluxible-router, since NavLink is used everywhere on the page, it might hurt the performance if we use createI13nNode on each NavLink, to solve this we can use I13nMixin directly, this PR fixes a potential issue for this use case.