Is it possible to load multiple, dependent scripts prior to executing any code in the handleScriptLoad() as shown in the example?
I tried using multiple <Script /> blocks in the desired dependency order, but that didn't seem to work out quite as expected.
Is it possible to load multiple, dependent scripts prior to executing any code in the
handleScriptLoad()as shown in the example?I tried using multiple
<Script />blocks in the desired dependency order, but that didn't seem to work out quite as expected.