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
The only place this is currently used is in a foreach loop on the above line. I updated it in my project and spent the rest of the day working with no other issues.
Flux version
v2.1.1
Livewire version
v3.5.19
Tailwind version
v4.0.9
Browser and Operating System
Safari on macOS
What is the problem?
Laravel 10 does not have an
all
method on theComponentAttributeBag
This is a similar issue to #620
Code snippets
In my case, it was triggered by the profile component:
How do you expect it to work?
I believe changing
FluxManager
at line 127 from$attributes->all()
to$attributes->getAttributes()
should solve the issue.I will have a PR incoming.
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: