You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 8.1 - UI only partially loads - ':popover-open' is not a valid selector
Symptoms
UI only partially loads
Menu links are not functional
Interface stops loading halfway
Error form browser console
popover.js:3
Uncaught (in promise) DOMException: Failed to execute 'querySelectorAll' on 'Element': ':popover-open' is not a valid selector.
Expected behavior
noticed that the current version of filament/support (v3.2.133) requires livewire/livewire (v3.5.12) as a dependency. Unfortunately, there's a known issue in Livewire v3.5.12 that has been resolved in v3.5.13.
Would it be possible to update the dependency to allow for Livewire v3.5.13 (or later) in a future release of Filament? This would enable users to benefit from the fixes in the newer Livewire version while maintaining compatibility with Filament.
Steps to reproduce
This problem seems to be solved in livewire version v3.5.13
Error form browser console
popover.js:3
Uncaught (in promise) DOMException: Failed to execute 'querySelectorAll' on 'Element': ':popover-open' is not a valid selector.
The text was updated successfully, but these errors were encountered:
Package
filament/filament
Package Version
v3.2.133
Laravel Version
v11.37.0
Livewire Version
3.5.12
PHP Version
PHP 8.3
Problem description
Windows 8.1 - UI only partially loads - ':popover-open' is not a valid selector
Symptoms
UI only partially loads
Menu links are not functional
Interface stops loading halfway
Error form browser console
popover.js:3
Uncaught (in promise) DOMException: Failed to execute 'querySelectorAll' on 'Element': ':popover-open' is not a valid selector.
Expected behavior
noticed that the current version of filament/support (v3.2.133) requires livewire/livewire (v3.5.12) as a dependency. Unfortunately, there's a known issue in Livewire v3.5.12 that has been resolved in v3.5.13.
Would it be possible to update the dependency to allow for Livewire v3.5.13 (or later) in a future release of Filament? This would enable users to benefit from the fixes in the newer Livewire version while maintaining compatibility with Filament.
Steps to reproduce
This problem seems to be solved in livewire version v3.5.13
livewire/livewire#8941
livewire/livewire#8972
Reproduction repository (issue will be closed if this is not valid)
https://github.com/SebastianSoftpublica/filamenttestissue.git
Relevant log output
The text was updated successfully, but these errors were encountered: