react-draft-wysiwyg icon indicating copy to clipboard operation
react-draft-wysiwyg copied to clipboard

Issue in typescript(react-draft-wysiwyg)

Open indersein-agilsoft opened this issue 2 years ago • 5 comments

s?v=d23d6de4:12199 Uncaught ReferenceError: global is not defined at node_modules/fbjs/lib/setImmediate.js (chunk-CDIC5DY4.js?v=d23d6de4:12199:22) at __require2 (chunk-TFWDKVI3.js?v=d23d6de4:18:50) at node_modules/draft-js/lib/editOnBeforeInput.js (chunk-CDIC5DY4.js?v=d23d6de4:12214:24) at __require2 (chunk-TFWDKVI3.js?v=d23d6de4:18:50) at node_modules/draft-js/lib/DraftEditorEditHandler.js (chunk-CDIC5DY4.js?v=d23d6de4:14561:25) at __require2 (chunk-TFWDKVI3.js?v=d23d6de4:18:50) at node_modules/draft-js/lib/DraftEditor.react.js (chunk-CDIC5DY4.js?v=d23d6de4:14793:34) at __require2 (chunk-TFWDKVI3.js?v=d23d6de4:18:50) at node_modules/draft-js/lib/Draft.js (chunk-CDIC5DY4.js?v=d23d6de4:15978:23) at __require2 (chunk-TFWDKVI3.js?v=d23d6de4:18:50) node_modules/fbjs/lib/setImmedi

image image image image image

Anyone help me

indersein-agilsoft avatar May 26 '23 10:05 indersein-agilsoft

I have encountered the same problem as you, did you finally solve it?

Wangtaofeng avatar May 29 '23 03:05 Wangtaofeng

I have encountered the same problem as you, did you finally solve it?

NO

indersein-agilsoft avatar May 29 '23 04:05 indersein-agilsoft

Add this line in your index.html <script> const global = globalThis; </script>

cflorezserempre avatar May 29 '23 13:05 cflorezserempre

Add this line in your index.html <script> const global = globalThis; </script>

man, you're the best!

Alicesinha avatar Sep 19 '23 14:09 Alicesinha