You need to sign in to do that
Don't have an account?

Issue loading multiple scripts with ltng:require
I am using ltng:require as specified in the docs to load multiple js libraries -- in the correct order of dependency. However, the scripts only load about 50% of the time. The other 50% the jsVectorMap scripts never load and the afterScriptsLoaded function never fires. Any thoughts??
<ltng:require styles="{!join(',','/resource/slds_2_1_3','/resource/jsVectorMapCSS')}" scripts="{!join(',','/resource/jQuery','/resource/jsVectorMap','/resource/jsVectorMapUS')}" afterScriptsLoaded="{!c.setScriptLoaded}" />

I'm facing the same problem here, how did you solve your issue ?

I haven't... :(

You have to specify the "$Resource" before rest of the directory check below