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
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
We need to get away from importScriptURI(), since apparently it's loading the scripts asynchronously (or something equally as funky), resulting in reference errors when the cleanup functions are run (since the scripts haven't been loaded).
We need to get away from
importScriptURI()
, since apparently it's loading the scripts asynchronously (or something equally as funky), resulting in reference errors when the cleanup functions are run (since the scripts haven't been loaded).Relevant diffs where I removed the bad code:
The text was updated successfully, but these errors were encountered: