(e: React.KeyboardEvent<HTMLTextAreaElement>) => {
      if (e.nativeEvent.isComposing) {
        console.log('컴포징중...');
        return;

      }


시발.. 덕분에 컴포징 개념 배워간다 좆같은 브라우저야