Jonathan Bird

Results 25 comments of Jonathan Bird

@Haroenv Hmm ok, so you're saying I'd have to create a custom component to remove that, to fix the double load? Seems a bit of a roundabout way just to...

Very keen for this to be implemented in the Vue version as well as the React library.

@profhouse Did you end up getting this working? The sandbox link I couldn't get running successfully with insights.

That sandbox was great help thanks. I was just having a play with your sandbox and copied a lot, including api ID / key and still the same issue. I...

I ended up getting it completely working now with my per page = 40. I just catch the event and modify the payload to split into chunks of 20. ```...

@Haroenv are you able to add a click event into your demo? I keep finding that I get the error saying that it should be added "insightsClient" but as I...

Thanks heaps @Haroenv, I'll give that a go. I ended up getting a workaround using a click event and then using the instance, so it ended up like this: ```...

@Haroenv Do you know if the insights middleware does anything to the query params upon first page load? I've had everything working for a few days well but noticed that...

Hmm I don’t know how I can create it in a sandbox since it’s affected by the URL so I don’t know if It’ll work that way. Do you know...