Right now if you install this project with the provided instructions it will result in an unmet peerDependency "history@^2.0.0 || ^3.0.0"
(1) It would be nice to inform users why this peerDep is specified
(2) It would be nice to note that users should npm i -S history as part of the install instructions in the README
Right now if you install this project with the provided instructions it will result in an
unmet peerDependency "history@^2.0.0 || ^3.0.0"(1) It would be nice to inform users why this peerDep is specified
(2) It would be nice to note that users should
npm i -S historyas part of the install instructions in the README