Replies: 3 comments 1 reply
-
Did you find a solution for this? Same issue here |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was able to resolve this issue by adding the following in my abstract class:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Brilliant thanks @raonikhil ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this in my Order model
and I have this in my OrderStatus state class:
This is in the
Added
class:When I try to view my order in filament, I get this error:
Property type not supported in Livewire for property: ["added"]
when the order is in theadded
stateBeta Was this translation helpful? Give feedback.
All reactions