FormidableLabs / redux-little-router

A tiny router for Redux that lets the URL do the talking.
MIT License
1.04k stars 114 forks source link

Pass `target` through to `<a>` tag in the `Link` component. Fixes #164 #168

Closed felthy closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #168 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #168   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files          20       20           
  Lines         229      229           
=======================================
  Hits          228      228           
  Misses          1        1
Impacted Files Coverage Δ
src/components/link.js 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7a0ddf0...b8cf798. Read the comment docs.

tptee commented 7 years ago

Thanks for the PR! I just merged a similar PR (#170) and released it in v13.1.3.