Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for using with react-router v3 which uses history v3. #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

walokra
Copy link

@walokra walokra commented Jul 12, 2018

The first tracking fails as it tries to look for page history.location which was added in history v4 and replaced history.getCurrentLocation() function in history v3.

The first tracking fails as it tries to look for page history.location which was added in history v4 and replaced history.getCurrentLocation() function in history v3.
@coveralls
Copy link

coveralls commented Jul 12, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 0370fde on walokra:support-history-v3 into 9e618ad on joernroeder:master.

@joernroeder
Copy link
Owner

hey @walokra, thanks for your contribution. i would love to merge your changes but would please you to add an additional test to the suite to cover the following line https://coveralls.io/builds/17947610/source?filename=index.js#L185 as well as following code styles by ending lines with a ;.
thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants