Derrick Reimer

Results 23 comments of Derrick Reimer

Thanks @EnMod! I'm a little hesitant to create console noise, since this could potentially happen frequently (depending on the order that scripts load on the page and whether they are...

Got it, makes sense. Seems like there are two scenarios here where the warning would get triggered: 1. A `load` call and `trackPageview` call are made back-to-back and the page...

I'm afraid I don't have the bandwidth to diagnose this right now, but this implementation is pretty straightforward. Would you mind digging deeper on this?

Yeah, we really should be testing against 4.x and higher. I'll try to get to this soon, but PRs welcome for that as well.

Thanks for the bump @alexdunae. Totally cool with appraisal for multi-version testing. I'm fine with dropping Rails 3 support at this point.

I encountered this situation (using Turbolinks) and can confirm that this PR solves the problem in my case.

I'm observing both behaviors described here when `audience` and `scope` are provided to `useAuth`: - `isLoading` _sometimes_ remains `true` when logged in and the access token is fetched - `isLoading`...

Given the current implementation of `transform`, the key detail here is that your calls to `transform` need to be located in the body of the component (so it gets called...

Good pointers @Hasan-Mir. Closing this one since this is the expected behavior for state management in React.