ericmp
ericmp
Same here 
Having same issue! I also fixed it using the "JSON parse JSON stringify" way: ```js const item = ref(props.item) ``` to ```js const item = ref(JSON.parse(JSON.stringify(props.item))) ```
Having same issue! I fixed it using the "JSON parse JSON stringify" way: ```js const item = ref(props.item) ``` to ```js const item = ref(JSON.parse(JSON.stringify(props.item))) ```
Any updates on this feature request? (:
Having the same issue here!  And yeah, I tried to restart the app and disable my antivirus several times. Also tried restarting the computer and reinstalling the program :/
> Please test this by adding two buttons inside `` and `` and ``. Please screenshot each case and post them here, so we can review if there are any...
> > is this what you expected > > Probably is to directly using actions https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component#adding-the-action Oh yeah I see. Okay, I test it again.
New tests: https://github.com/user-attachments/assets/d5230dc9-1d40-420e-b183-2e566728548c Classes: ```php
I updated the tests & fixed the code. Here you have a table to know what functions I used for both actions in each test. | | `->icon('heroicon-s-pencil')` | `->iconButton()`...
@pxlrbt Hi!! I need to fix this. You plan to fix it? If not, please, I'd appreciate some guidance on how can I fix it myself 🥺 🙏