jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.38k stars 1.15k forks source link

Issue in typescript(react-draft-wysiwyg) #1382

Open indersein-agilsoft opened 1 year ago

indersein-agilsoft commented 1 year ago

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

Wangtaofeng commented 1 year ago

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

indersein-agilsoft commented 1 year ago

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

NO

cflorezserempre commented 1 year ago

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

Alicesinha commented 9 months ago

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

man, you're the best!