I am using NextJS and Next script to load Jira's wdiget script, however the script is loaded but not shown on the pages.
Community moderators have prevented the ability to post new answers.
A (janky) way to fix this is to add the following to the onLoad callback:
if (document.readyState !== 'loading') {
document.dispatchEvent(new Event('DOMContentLoaded'));
}
Hey Marcos, did you find a solution for this? We are facing the same issue, and have not found a solution yet.
It seems like the limitation is that the Jira Widget expects to be available when the DOM content load event is fired.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.