Shun Ueda

Results 4 issues of Shun Ueda

スタイルガイドの翻訳

レビューよろしくお願いします🙇 ## 気になる点 1. > The power to do this is what makes React so cool 何度か出てくるフレーズです。 > この便利さが React の人気の秘密です。 この訳はどうでしょう?統一したほうがいいかもしれません。 2. > Your own components can also use...

`hasTVPreferredFocus` と `nextFocusDown`系 の翻訳が微妙。詳しい方🙇

### Describe the bug `addInitializer` for `ClassFieldDecoratorContext` should be called during construction ([tc39/proposal-decorators](https://github.com/tc39/proposal-decorators?tab=readme-ov-file#adding-initialization-logic-with-addinitializer)). ### Input code ```typescript const decorator = (value, context) => { context.addInitializer(() => { console.log("init") }) }...

C-bug