ericmp

Results 10 comments of ericmp

Same here ![image](https://user-images.githubusercontent.com/60661635/179534776-aa35478f-726a-4be9-b7ce-b04a26abe512.png)

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! ![image](https://user-images.githubusercontent.com/60661635/169663992-7468d0a0-38c0-42fb-bae1-3dc1c36f21b9.png) 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 🥺 🙏