Craig Wann

Results 16 comments of Craig Wann

Thank you, @AbhijitNage123!

Is there any way that I could help with this? Is there already a plan of how this could be implemented?

The issue is that MySQL has ONLY_FULL_GROUP_BY on my default in newer versions. Not sure what to suggest to fix this other than to rewrite the query.

I added this to get past it, but this probably needs to be fixed the right way. I'm not that strong in the ways of SQL, or I would make...

The issue seems to be related to the frequency in which your parent component needs to rerender, or possibly how often your data array reference changes. The workaround seems to...

So, you would us collections and models in your store instead of plain objects? Do you do that yourself, or is that just in theory? It seems like there is...

@x3blondie would you post a screenshot of your request body from Chrome DevTools network tab? I'm curious what that Chrome is sending in that `filterBy` parameter.

@x3blondie, click on the network tab, find the request under Fetch/XHR, and click on "Payload"

It shows up if you click the request, @x3blondie https://www.loom.com/share/3358714928714fe98c23f487e0d55889?sid=8b7f9fbf-63c4-485e-af66-f4028b34c06a

Try installing with composer require "incraigulous/contentful-laravel:0.0.*" as per the documentation.