What seems to be the problem: I’ve created a datatable with pagination links. The search and sort functions work absolutely fine, but the pagination links do nothing. The Chrome console shows the following error when I click the page links:
Unchecked runtime.lastError: The message port closed before a response was received.
Some Googling suggests that this may be to do with a Chrome extension, but I ran this through Incognito and disabled everything but it persists.
I am using the old Bootstrap style pagination, which is enabled both in my Laravel AppServiceProvider and within the Livewire component.
Steps to Reproduce: create a datatable as per the tutorial linked below
Are you using the latest version of Livewire: Yes, v2.2.4
Do you have any screenshots or code examples: I followed an online tutorial and my code is pretty much identical to this: https://github.com/webdevmatics/webmall/tree/livewire-table