Getting error identifier global has already been declared

Morning lads. I updated my @plasmic-app/loader-react package to latest (1.0.224), and am now getting the following error when I run unit tests:

 /workspace/node_modules/@plasmicapp/loader-fetcher/dist/loader-fetcher.cjs.development.js:163
    const global = globalThis;
          ^

    SyntaxError: Identifier 'global' has already been declared

      at Runtime.createScriptFromCode (node_modules/jest-runtime/build/index.js:1350:14)
      at Object.<anonymous> (node_modules/@plasmicapp/loader-fetcher/dist/index.js:7:20)

Rolling back for now, but I’d like to get up to date soon with Studio prompting me!