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
{{ message }}
This repository has been archived by the owner on May 22, 2022. It is now read-only.
I have an app that makes heavy use of lodash. At the point in the app where msa is loaded, the lodash global (_) gets replaced with underscore. Is there any way msa can invoke _.noConflict() so that it doesn't create this kind of global namespace competition?
The text was updated successfully, but these errors were encountered:
I have an app that makes heavy use of lodash. At the point in the app where msa is loaded, the lodash global (
_
) gets replaced with underscore. Is there any way msa can invoke_.noConflict()
so that it doesn't create this kind of global namespace competition?The text was updated successfully, but these errors were encountered: