Jawakar

Results 15 comments of Jawakar

I'm facing the issue too, it was working fine until i introduced @apollo/client(was using apollo-boost) because i have to use subscriptions. Could it be because @apollo/react-testing imports ApolloProvider from react-common...

This is fixed by changing the way I use apollo hooks, I have been importing `useQuery` from @apollo/client when i changed to @apollo/react-hooks It's working. Couldn't understand why.

I have a doubt if this `window.gtag` call will happen after the partytown initialization, so that we won't miss the first pageview event. https://github.com/gatsbyjs/gatsby/blob/a62955144f4d369e18402a9c4345f213c3a1d72e/packages/gatsby-plugin-google-gtag/src/gatsby-browser.js#L18

> @jawakarD Would this PR also update the `gatsby-plugin-google-tagmanager` plugin or do I need to migrate to `gatsby-plugin-google-gtag`? I'm planning to update `gatsby-plugin-google-tagmanager` too after clearing the [doubt](https://github.com/gatsbyjs/gatsby/pull/36685#issuecomment-1256530639) I have....

Is this still needed? I could look into it next week maybe.

Is this in any early development stage? I would like to see the code (if there is any) before implementing something on my own.

I know this issue is old, this is for anyone who is looking for similar solution. I've also tried to do the same, but it's not working. The workaround I...

Thank you for explaining @MartinCupela > Could you maybe describe, whether there is a behavior you would like to achieve, but are not able? Sure, if new message delivered to...

> Could you share an example of a filter you have in mind? Yes, in our react web app we have two views. Admin view and Client view. Client can...

But I will end up building the same filtering mechanism that `filters` prop provides, no? (Even though It's used by the backend) What I explained is one of the scenario,...