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

Add React 16 to peerDependencies #236

Closed RussianCow closed 6 years ago

RussianCow commented 6 years ago

Currently you get a peer dependency warning if you use React 16 with this library.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #236   +/-   ##
=======================================
  Coverage   98.41%   98.41%           
=======================================
  Files          19       19           
  Lines         253      253           
=======================================
  Hits          249      249           
  Misses          4        4

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...39fce25. Read the comment docs.

stefvhuynh commented 6 years ago

This was resolved in this PR: https://github.com/FormidableLabs/redux-little-router/commit/7c97af5f87ae8ede5eee9397eb0d94ad2c1cd6a0#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R127