UNPKG
hydux-react-router
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
ReactRouter integration for hydux-react
github.com/hydux/hydux-react-router
hydux/hydux-react-router
hydux-react-router
/
examples
/
simple
/
src
/
polyfill.js
7 lines
(6 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
7
// @ts-nocheck
const
noop
= f => f
window
.
localStorage
=
window
.
localStorage
|| {
setItem
: noop,
getItem
: noop, }