Jeremy Gayed
Jeremy Gayed
Would this also need an `isApollo: true` config similar to `isRelay: true` that's in the docs?
Thanks @jseminck would be good to add this to the README, I think?
Thanks for raising this, @thany -- I'm not sure I quite understand the issue or what we can do differently in react-tracking to help. Any ideas?
Do you notice this on both class-based and function-based components? I took a quick look and I noticed that neither your `withTracking` and their `withKnobs` wrappers [hoist-non-react-statics as we do...
Yea, ideally we would do that, but the tension was trying to keep the upgrade path as simple as possible since having `core-js` defined as a peerDependency means folks had...
Happy to accept a PR
Hey @vincentlaucy good question. Are you saying you want to be able to push data to `rootStore` (instead of some global `window.dataLayer[]`)? If so, I think you should be able...
Yes, it's possible to use react-tracking for that, but it's left up to the app to fire off the tracking call since what defines an "impression" varies by app. For...
Nice. The use case makes sense 👍 Mind adding some docs and a test case please?
Not sure what this lint rule is meant to catch? What would the suggested fix be?