-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.20.1
-
None
-
8.2
-
1
-
Severity 3 - Minor
-
Issue Summary
Jira is using React Javascript library. Every version of this library is shipped in both production and development distribution. Production build of Jira should use production build of React, however it turns out that it's not the case.
Environment
- Google Chrome version 96.0.4664.110
- React Developer Tools Google Chrome extension version 4.22.0 (12/14/2021)
Steps to Reproduce
- In Google Chrome install React Developer Tools extension
- In this Google Chrome open any Jira issue page (<Jira_URL>/browse/<Issue_key>)
- Open the Google Chrome extensions menu on the right of address field
- Select React Developer Tools
Expected Results
Popup should say:
This page is using the production build of React. ✅
Actual Results
Popup says:
This page is using the development build of React. 🚧
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available