Lee Sanghyeon
Lee Sanghyeon
@iamkun The localeData plugin is incompatible with [react-dates](https://github.com/airbnb/react-dates). I applied all the steps you provided but I get an error like the screenshot below: It seems to be the problem...
@iamkun Here is a repo for reproduction, thanks! https://github.com/yongdamsh/dayjs-reproduce.git
@iamkun Do you have any progress?
@iamkun Is there any progress on this [comment](https://github.com/iamkun/dayjs/issues/529#issuecomment-487085965)? And as you know, I solved the issue that can't start the [reproduce repo](https://github.com/yongdamsh/dayjs-reproduce/issues/1#issuecomment-491773728).
@dwelle This issue occurs with all latin characters entered in the order of consonants and vowels. For Korean, you can check it at the link below. https://en.wikipedia.org/wiki/Korean_language#Symbol_chart
@ad1992 It happens even if it's wide enough. As shown in the video below, it seems to be an issue that occurs mainly when the height automatically increases with line...
@ad1992 The sandbox you provided does not reproduce the issue regardless of the `white-space` style attribute. I think it is caused by initializing the cursor for consonant and vowel connection...
@ad1992 I'm sorry for late reply. One solution is to create newlines first instead of typing characters right away when the textarea height should automatically increase. This issue occurs because...
@ad1992 Sorry for the late reply. And this issue has been fixed! Thanks for solving it 👍