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

Only enqueue payloads for navigation actions that have them #238

Closed aweary closed 6 years ago

aweary commented 6 years ago

This is the first half of the fix(es) that I outlined in https://github.com/FormidableLabs/redux-little-router/issues/211

codecov[bot] commented 6 years ago

Codecov Report

Merging #238 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
+ Coverage   98.41%   98.44%   +0.02%     
==========================================
  Files          19       19              
  Lines         253      257       +4     
==========================================
+ Hits          249      253       +4     
  Misses          4        4
Impacted Files Coverage Δ
src/reducer.js 100% <100%> (ø) :arrow_up:
src/types.js 100% <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 6aa3297...391e711. Read the comment docs.