-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Bug]: Sometimes not SelectTree render correctly #141
Comments
Could you check if |
Yes, disable spa() not more problems, but spa is good for performance and user experience? |
I agree! I was just wondering if that was the issue. My knowledge on this problem is limited, so I’m not sure how to fix it. Maybe I could ask for some help on this. |
Also spa() disable here fixes this on my end - recent filament (3.2.141?) and php 8.3.x can't find a root issue but will try to look this weekend. |
Also having the same issue. I have disabled the spa() option on my panel provider and it is working. Anyone found a solution to this while keeping the spa() enabled? |
This can be added to your FilamentServiceProvider to disable SPA for specific pages while keeping it enabled for others. ->spaUrlExceptions(fn(): array => [
'*/admin/products/*',
]) |
What happened?
Sometime with no errors on console, SelectTree is not correctly rendered. If i reload page always is correctly rendered.
How to reproduce the bug
I can't reproduce it.
Package Version
3.1.45
PHP Version
8.3.16
Laravel Version
11.42.1
Which operating systems does with happen with?
macOS
Notes
Filament version 3.2.140
The text was updated successfully, but these errors were encountered: