Open M-Mubashir674 opened 11 months ago
I worked around this using the suggestion in here: https://stackoverflow.com/questions/65586906/react-and-electron-with-draft-js-global-is-not-defined
I basically added this in the index.html head section:
<script> const global = globalThis; </script>
Encountring following error:
"Uncaught ReferenceError: global is not defined at node_modules/draft-js/node_modules/fbjs/lib/setImmediate.js"