Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to Update Livewire Dependency to v3.5.13 (or later) - Windows 8.1 - UI only partially loads - ':popover-open' is not a valid selector #15352

Open
SebastianSoftpublica opened this issue Jan 15, 2025 · 1 comment
Labels

Comments

@SebastianSoftpublica
Copy link

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

Error form browser console
popover.js:3 
Uncaught (in promise) DOMException: Failed to execute 'querySelectorAll' on 'Element': ':popover-open' is not a valid selector.
@SebastianSoftpublica
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant