How to prevent overlapping loaders in Jira Forge Custom UI app?

Hi community,

I’m developing a Forge Custom UI app for Jira Cloud using React. When the app loads from the board menu, I notice two loaders appear back-to-back:

  1. Jira’s native Forge iframe loader, shown during initial iframe mounting.
  2. My own custom React loader, displayed while I fetch context and data (like project info, board ID, sprints, etc.).

I want only one of them , Can I make the jira native loader to center or can I remove it .