Hey everyone,
Has anyone run into an issue where:
You’re using a relation manager table that includes a header create action and a record action like edit. When clicking one of those actions, it correctly opens the resource form modal.
Inside that form, there’s a section containing nested sections, and those nested sections have custom header actions. The problem is that when I click on one of those nested header actions, the app just hangs — it shows the loading spinner indefinitely.
The expected behavior is that the action should open another modal, but instead, it just spins.
I even tried removing ->modal() and simplifying the action down to a barebones version, but the behavior stayed the same.
Has anyone experienced this before or know what might be causing it?