Investigate the component's onChange handler implementation in src/ace.js or similar. Determine if setState is causing a synchronous re render that blocks the editor. Check if using a callback or batching setState would resolve the issue. Look at existing comments for proposed solutions.
setState in onChange will block the editor · securingsincity/react-ace#181 | Good First Issue