Proudust

Results 3 issues of Proudust

If you pass `React.RefObject` created by `React.useRef()` etc. to inputRef prop, the error of prop-types will be displayed to console. This PR solves its issue by fixing the definition of...

言語を切り替えたときに台詞欄が再描画されないために起こっている模様。 台詞欄の言語が切り替わらないのを確認した状態でコンソールを開き、`renpy.force_full_redraw()` すると直る。 言語切替のタイミングで `renpy.force_full_redraw()` をしても直らないので、メニューを閉じるタイミングに実行できれば直るかも。 > 堕天使マヨネーズ(mayonesu) 2020/03/02 詩を見せ合うところで言語切り替えすると、英語の文が表示されなくなりました。 ![](https://cdn.discordapp.com/attachments/410188296182824970/684011012810342429/image0.jpg) ![](https://cdn.discordapp.com/attachments/410188296182824970/684011013338693674/image1.jpg) ちなみにヒストリーにはちゃんと残ってるんですけどねw Discord DDLC翻訳部 #バグ報告 より

bug

.NET 9 introduces the [`WhenEach`](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task.wheneach?view=net-9.0) method. I think it would be useful if it were implemented in ValueTaskSupplement as well.