Anyone else getting this error when upgrading from 3.3.7 to 3.3.8? ``` import config from "config"; let fn = async ()=>{ await config .get("BASE_URL"); // This line throws the above exception } ```