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
Problem:
When loadScript or loadCSS is called in parallel with the same URL, the functions resolve too early because they check for existing script/link tags but don't wait for pending loads.