You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
The exported typescript definition reads:
But in react-router-piwik.js the function is defined as:
I can supply those extra arguments and it works, but my IDE complains about a typescript mismatch:
I think at some point the function got extra arguments and someone forgot to update the typescript exported definition?
I even think that if you call it with just one argument, it errors, because it tries to call that callback function (third argument).