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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Package
Widgets
Package Version
3.2.131
How can we help you?
When having a widget on a livewire component and I try do delete a record, I got an error:
I have
use InteractsWithPageTable;
in the widget class anduse ExposesTableToWidgets;
in the Livewire component.If I remove the widgets, I can execute delete without a problem.
Here is the widget code:
In the admin panel I have no issues.
Beta Was this translation helpful? Give feedback.
All reactions