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
When having a Section heading that uses a blade render/ htmlstring that relies on a query causes a livewire JS error; Uncaught Snapshot missing on Livewire component with id:
Uncaught Snapshot missing on Livewire component with id: Fy7AJCNtGYxfhBsugICi
Uncaught (in promise) TypeError: Element.animate: Duration (nan) must be nonnegative
The text was updated successfully, but these errors were encountered:
Package
filament/filament
Package Version
3.2.140
Laravel Version
11.42.1
Livewire Version
3.5.20
PHP Version
8.3.10
Problem description
When having a Section heading that uses a blade render/ htmlstring that relies on a query causes a livewire JS error;
Uncaught Snapshot missing on Livewire component with id:
If I swap out the numComments for a simple variable then I no longer get the error.
Expected behavior
The heading should update when the relation has been updated and it shouldn't cause the page to die when that update happens
Steps to reproduce
New Post
, add atitle
and clickCreate
New Comment
, enter acomment
and clickCreate
Edit post
, uncollapse thePinned Comments
section, select all rows and clickPin comments
, clickSave
You should now see the console error and the
Edit post
action will no longer work. Tested on firefox 135.0.1Reproduction repository (issue will be closed if this is not valid)
https://github.com/BradnDodd/filament-bug
Relevant log output
The text was updated successfully, but these errors were encountered: