PiRDub

Results 7 comments of PiRDub

I have the same issue. I tried to reproduce it in this codesandbox: https://codesandbox.io/s/stupefied-tree-c2xd7t?file=/src/component.js. The error is thrown when you change the array size (for example from 500 to 5000:...

> @PiR1 try using the 7.6 release as this resolved the issue for us, we was on 7.4. Yes, I'm on the latest version in my code and in the...

@nick-delirium thank you for the answer. Looking at the arrays, only one graphql event is present (tp === 48). ![image](https://github.com/user-attachments/assets/30803f1e-f069-4605-8e44-09aba461b99e)

I'll check this, thank you!

I think the GraphQl tracker package can have a helper to handle this.

Also, I tried to handle it my self with a custom use of `trackWs` but it doesn't work. Maybe I missed something :thinking: ```js const wsHook = openReplayTracker.trackWs('GraphQLWsLink'); const wsLinkConstructor...

It's all good. I didn't see that `data` had to be a string. Just adding a `JSON.stringify` makes it work :ok_hand: