-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
analytics function doesn't send t
object
#43
Comments
where do you find this |
It's from here: pjax/lib/proto/parse-options.js Lines 10 to 20 in 6eafcf8
|
From what I can read, indeed it's not send. Not sure why I did that :( |
This lib wasn't tested before 0.2, but it seems 0.2 is not working and nobody wants to contribute :/ |
any pointers on how we can fix 0.2? |
I "just" splited the code into small pieces, in order to facilitate testing. It seems tests are broken and I think I didn't finish a test or something like that. Should not be a big deal, but "we" just need to find what is going wrong :/ |
Maybe you can try "npm install & npm test" and see what happens? :D |
I can add you as a collab if you want |
it breaks because one test has https://github.com/MoOx/pjax/blob/master/tests/lib/switch-selectors.js#L6 no indication as to why it's made to fail though. |
So is this fixed now (sorry I am lazy)? |
No I only fixed the failing test. Not sure what the issue is in this one because the line of code referenced
|
@MoOx, on a side note, may i ask why you're not using this library anymore? for me: the alternatives are to use jquery.pjax and wiselinks, both of which rely on jQuery, which I'd prefer not to be a dependency. |
I now only build webapps with React (for the last two years) :) |
ah, haha, right |
What about us poor legacy maintainers ... grumbles
|
This should be fixed by #59. |
Using v0.1.4, I'm getting this error:
The text was updated successfully, but these errors were encountered: