Custom widget collapsible section does not work
I'm building a custom widget to display in a form header, and I'm using the
Here is my code, I didn't do anything too fancy yet :
When I check the HTML code, the
Everything is up to date on Composer and NPM (did the v3 upgrade earlier today)
x-filament::section helper from the core documentation (https://filamentphp.com/docs/3.x/support/blade-components/section), and the collapsibleflag does not seem to work, I get the following AlpineJS error :Alpine Expression Error: isCollapsed is not defined
Expression: "{ 'invisible h-0 border-none': isCollapsed }"
Here is my code, I didn't do anything too fancy yet :
When I check the HTML code, the
x-data directive is present on the section root element with the boolean in it, I don't know what went wrongEverything is up to date on Composer and NPM (did the v3 upgrade earlier today)