You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Elements
for 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
The text was updated successfully, but these errors were encountered: