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 }"
x-data directive is present on the section root element with the boolean in it, I don't know what went wrong