I'm working on integrating a Jira Issue Collector into a React application. The integration generally works, but I've encountered a couple of issues:
Duplicate Loading: The Jira Issue Collector sometimes loads twice, especially when there are multiple fields or components involved. I’ve tried using a useEffect
hook to load the script, but I’m still facing this issue intermittently. What’s the best way to ensure the script loads only once, regardless of the component structure?
Has anyone else faced similar issues, and how did you resolve them? Any tips or examples would be greatly appreciated!
Normal Flow -
Duplicate Loading -