Description
Upon saving a context from the context editor, the extensions are loaded using the withExtension HOC, causing script duplication. This results in multiple scripts being loaded in the application, leading to redundant locale calls for the existing extensions and impacting performance.
How to reproduce
QA
- make sure the application has some extension present, if not add a new one
- then edit a context (context-creator) and save it
- observe the
Elements for multiple scripts of the same extensions are added
Expected Result
Current Result
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)
| Browser Affected |
Version |
| Internet Explorer |
|
| Edge |
|
| Chrome |
|
| Firefox |
|
| Safari |
|
Other useful information
Description
Upon saving a context from the context editor, the extensions are loaded using the withExtension HOC, causing script duplication. This results in multiple scripts being loaded in the application, leading to redundant locale calls for the existing extensions and impacting performance.
How to reproduce
QA
Elementsfor multiple scripts of the same extensions are addedExpected Result
Current Result
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information