Modal blade component not opening on event dispatch.
Hello, I have the blade modal component as this inside a custom blade file placed inside the views/filament/mypanel. I have a method whose implementation is just dispatching the event name and the params passed .I'm trying to open the modal above inside this method like this . However the modal does not show up neither do i get any console errors. Testing with the in the blade component works just fine. Any help?Thank you.