rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.75k stars 330 forks source link

Navigation Buggy after Updating Livewire to 2.6.1 #457

Closed bomshteyn closed 3 years ago

bomshteyn commented 3 years ago

The URL jumps back to previous page about a second after navigating between livewire pages while showing the correct content.

Downgrading to livewire 2.5.5 solves the issue.

I narrowed it down to pages that are using Livewire Tables Package so i am guessing it's somehow related to it.

related discussion: https://github.com/livewire/livewire/discussions/3725

cswni commented 3 years ago

Same situation. Downgrading to livewire 2.5.5 solves the issue.

rappasoft commented 3 years ago

Looks like they fixed it

pktharindu commented 3 years ago

I can confirm this is now fixed with Livewire v2.6.2.

rizkhal commented 2 years ago

Hello, i think i have the similliar problem but only on production, see here for detail..

The version i use

  "livewire/livewire": "2.6.7",
  "rappasoft/laravel-livewire-tables": "1.15.0",