probablyraging

Results 1 comments of probablyraging

I solved this by adding `window.global = globalThis` in the file where I create the entry point to the DOM Example: ```js import React from 'react'; import ReactDOM from 'react-dom/client';...