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:
- Jira’s native Forge iframe loader, shown during initial iframe mounting.
- My own custom React loader, displayed while I fetch context and data (like project info, board ID, sprints, etc.).