Closed
Description
Apparently I didn't set up the utilities file completely correctly because ES6 is throwing warnings in the log
Some code accessed the property 'setTimeout' on the module 'utilities'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
This needs to be fixed and I'll fix it when I have a few minutes