Closed bleto closed 2 years ago
wrong order of loading methods.
Methods loaded before all modules are loaded, are run through 'Promise.all()' method, you should run them in the right order when calling methods with 'await'.
wrong order of loading methods.
Methods loaded before all modules are loaded, are run through 'Promise.all()' method, you should run them in the right order when calling methods with 'await'.