Hello, everyone! I am developing a plugin for Jira, using React, webpack(tried Parcel but didn’t worked), Java and the atlaskit library for UI design. In our app we used components from the library such as: Button, Textfield etc. When we are running the application locally, the UI looks good and everything works as it should. But, when we are uploading the plugin into our Jira instance, the CSS classes coming from the atlaskit components aren’t loading. Therefore the page looks like it doesn’t have any styling at all. We also tried the AUI Javascript library and we encountered the same issue.
We have another bug coming from the System Dashboard (after we upload the plugin), and we suspect that this is coming from the atl.general context, as you can see in the attached file. Has anyone else encountered this problem? Thank you!