AIO Button and Background Callbacks

I’m trying to use Background Callbacks with a button that is in All-in-One component. When I submit, the callback triggers, so that’s great.

But when I try to use the running argument do disable the button, the callback never finishes. Additionally, the button also never disables.

  • I’ve tried with a button not in the All-in-One and that works fine.
  • And when I don’t use the running argument, the callback finishes.

Has anyone used buttons in All-in-One components within the running field for background callbacks?