Replies: 1 comment
-
Duplicate of #1832 |
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
-
Livewire PowerGrid version
v6.1.11
Livewire version
v3.5.19
Laravel version
v11.41.3
Which PHP version are you using?
PHP 8.3
Which Theme are you using?
Tailwind
Have you published the resource files and customized them? (php artisan vendor:publish)
No
What is the problem?
When using actionRules in a PowerGrid-Table, an error occurs in Livewire's JavaScript, specifically related to the Alpine.js expression "getAttributes". The error message indicates that an attempt is being made to convert null or undefined to an object.
In the JavaScript console I'm getting:
Code snippets
How do you expect it to work?
In the past, before an update, it was working as expected, the button was in state hide when the $row had an invalid status.
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions