filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
18.07k stars 2.83k forks source link

Simple resource - delete button error #7190

Closed leandrocfe closed 1 year ago

leandrocfe commented 1 year ago

Package

filament/filament

Package Version

v3.0.0-beta9

Laravel Version

v10.15.0

Livewire Version

v3.0.0

PHP Version

PHP 8.2.8

Problem description

JavaScript Error Occurs When Clicking on Modal Edition and Subsequently on the Delete Button

https://github.com/filamentphp/filament/assets/3833889/25b4f1ec-ecbd-416b-9d25-42e73bf81c2b

Expected behavior

The delete modal behavior

Steps to reproduce

Click on edit action and after the delete button

Reproduction repository

https://github.com/leandrocfe/filament-v3-issues.git

Relevant log output

VM12316:1 Uncaught SyntaxError: "undefined" is not valid JSON
    at JSON.parse (<anonymous>)
    at livewire.js?id=3605227a:1816:25
    at Array.reactiveEffect (livewire.js?id=3605227a:2050:18)
    at flushJobs (livewire.js?id=3605227a:465:15)
zepfietje commented 1 year ago

Duplicate of https://github.com/filamentphp/filament/issues/7064.